summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJeremy Evans <code@jeremyevans.net>2019-06-27 16:57:19 -0700
committerJeremy Evans <code@jeremyevans.net>2019-06-27 16:57:19 -0700
commit14b0c94ac38c40459d908fd4c5778efa60e4689f (patch)
treec603b7cfad6253401f04ad1787fc98712133f167 /lib
parenta2091c3023a6741049d20beffbe8c94c2d5f4732 (diff)
Fix documentation for Net::SMTPServerBusy
Fixes [Bug #11628]
Diffstat (limited to 'lib')
-rw-r--r--lib/net/smtp.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/net/smtp.rb b/lib/net/smtp.rb
index 86b55d278b..56600a077a 100644
--- a/lib/net/smtp.rb
+++ b/lib/net/smtp.rb
@@ -38,7 +38,7 @@ module Net
include SMTPError
end
- # Represents SMTP error code 420 or 450, a temporary error.
+ # Represents SMTP error code 4xx, a temporary error.
class SMTPServerBusy < ProtoServerError
include SMTPError
end