Fix documentation for Net::SMTPServerBusy

Fixes [Bug #11628]
This commit is contained in:
Jeremy Evans 2019-06-27 16:57:19 -07:00
Родитель a2091c3023
Коммит 14b0c94ac3
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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