summaryrefslogtreecommitdiff
path: root/lib/net/pop.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/net/pop.rb')
-rw-r--r--lib/net/pop.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/net/pop.rb b/lib/net/pop.rb
index 49751a1923..793532fffc 100644
--- a/lib/net/pop.rb
+++ b/lib/net/pop.rb
@@ -201,7 +201,7 @@ net/pop also supports APOP authentication. There's two way to use APOP:
: finish
finishes POP3 session.
- If POP3 session had not be started, does nothing and return false.
+ If POP3 session had not be started, raises an IOError.
: mails
an array of Net::POPMail objects.