Skip to content

Commit

Permalink
📚 Fix method name typo in example
Browse files Browse the repository at this point in the history
  • Loading branch information
nevans committed Sep 20, 2023
1 parent 1d4e64f commit f0e0f5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/net/imap.rb
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ module Net
#
# if imap.auth_capable?("PLAIN")
# imap.authenticate "PLAIN", username, password
# elsif !imap.capability?("LOGINDISABLED")
# elsif !imap.capable?("LOGINDISABLED")
# imap.login username, password
# else
# raise "No acceptable authentication mechanisms"
Expand Down

0 comments on commit f0e0f5f

Please sign in to comment.