aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorzzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-09-20 01:32:08 +0000
committerzzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-09-20 01:32:08 +0000
commit2a50cecab888848b1303307d039f7429e23e17a3 (patch)
tree8bc9dfaf80d7d99028ce9412661a3bdadc46718a /ChangeLog
parent7c4d0468df37da40cbcd178070b288dd535bc72e (diff)
downloadruby-2a50cecab888848b1303307d039f7429e23e17a3.tar.gz
* lib/find.rb: Error in documentation example
Found by Herwin Weststrate, thank you! git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36994 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d3d5603687..2b22f48c3d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Thu Sep 20 10:30:00 2012 Zachary Scott <zzak@ruby-lang.org>
+
+ * lib/find.rb: Error in documentation example
+ Found by Herwin Weststrate, thank you!
+
Thu Sep 20 07:20:00 2012 Zachary Scott <zzak@ruby-lang.org>
* complex.c: Examples for Complex Documentation.