Skip to content

Commit c3253f0

Browse files
committed
Fix incorrect method description
1 parent c3ee034 commit c3253f0

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

lib/mongo/socket/ssl.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,6 @@ def extract_certs(text)
505505
end
506506

507507
# Find the issuer certificate in the chain.
508-
# If the issuer is not found, raise an error.
509508
def find_issuer(cert, cert_chain)
510509
cert_chain.find { |c| c.subject == cert.issuer }
511510
end

0 commit comments

Comments
 (0)