summaryrefslogtreecommitdiff
path: root/lib/net/imap.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/net/imap.rb')
-rw-r--r--lib/net/imap.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/net/imap.rb b/lib/net/imap.rb
index 06690ddebc..34d324ed12 100644
--- a/lib/net/imap.rb
+++ b/lib/net/imap.rb
@@ -22,10 +22,10 @@ Object
port on the named host.
: debug
- Returns the debug mode
+ Returns the debug mode.
: debug = val
- Sets the debug mode
+ Sets the debug mode.
: add_authenticator(auth_type, authenticator)
Adds an authenticator for Net::IMAP#authenticate.