aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--lib/net/smtp.rb4
2 files changed, 5 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 0ac2811c49..4dea772e63 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Sat Feb 2 13:37:00 2013 Zachary Scott <zachary@zacharyscott.net>
+
+ * lib/net/smtp.rb: Fix rdoc title for Net::SMTP
+
Sat Feb 2 13:32:00 2013 Zachary Scott <zachary@zacharyscott.net>
* lib/net/pop.rb: Fix rdoc title for Net::POP3
diff --git a/lib/net/smtp.rb b/lib/net/smtp.rb
index 27d4557c0e..e525bbb0cf 100644
--- a/lib/net/smtp.rb
+++ b/lib/net/smtp.rb
@@ -66,8 +66,6 @@ module Net
end
#
- # = Net::SMTP
- #
# == What is This Library?
#
# This library provides functionality to send internet
@@ -1056,6 +1054,6 @@ module Net
end # class SMTP
- SMTPSession = SMTP
+ SMTPSession = SMTP # :nodoc:
end