Skip to content

Commit e03f0ba

Browse files
committed
minor: fix typo in documentation
1 parent 118ae73 commit e03f0ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mongo/client.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ def hash
226226
# other end of the connection. One of :ssl_ca_cert, :ssl_ca_cert_string or
227227
# :ssl_ca_cert_object (in order of priority) is required for :ssl_verify.
228228
# @option options [ String ] :ssl_ca_cert_string A string containing concatenated
229-
# certificate authority certificatess used to validate certs passed from the
229+
# certificate authority certificates used to validate certs passed from the
230230
# other end of the connection. One of :ssl_ca_cert, :ssl_ca_cert_string or
231231
# :ssl_ca_cert_object (in order of priority) is required for :ssl_verify.
232232
# @option options [ Array<OpenSSL::X509::Certificate> ] :ssl_ca_cert_object An array of

0 commit comments

Comments
 (0)