summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-05-20 11:44:10 +0000
committerzzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-05-20 11:44:10 +0000
commit275eb63b1a000f3da87c3ec22b5fdb9d31d1ee97 (patch)
tree6654d3c9c4e4ac07781f725ce47459c1b329dcbe
parente3436d2957d396ef25eaa1c75092580cc90b1fe9 (diff)
* lib/cmath.rb: Remove duplicate RDoc heading from overview
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40854 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog4
-rw-r--r--lib/cmath.rb2
2 files changed, 4 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 525c4260e3..f1314db7d9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Mon May 20 20:43:32 2013 Zachary Scott <zachary@zacharyscott.net>
+
+ * lib/cmath.rb: Remove duplicate RDoc heading from overview
+
Mon May 20 20:36:19 2013 Zachary Scott <zachary@zacharyscott.net>
* lib/securerandom.rb: Update position of overview for RDoc
diff --git a/lib/cmath.rb b/lib/cmath.rb
index d613a3f6f9..337c2e063a 100644
--- a/lib/cmath.rb
+++ b/lib/cmath.rb
@@ -1,6 +1,4 @@
##
-# = CMath
-#
# CMath is a library that provides trigonometric and transcendental
# functions for complex numbers.
#