aboutsummaryrefslogtreecommitdiffstats
path: root/railties/doc/guides/html/2_2_release_notes.html
diff options
context:
space:
mode:
authorPratik Naik <pratiknaik@gmail.com>2008-10-25 04:34:09 +0530
committerPratik Naik <pratiknaik@gmail.com>2008-10-25 04:34:09 +0530
commit5cf932344a4482a0cfbda57e9f69ebe64e70a261 (patch)
tree79e738c60e8065100c1f1730768b667524c48d43 /railties/doc/guides/html/2_2_release_notes.html
parent559178b80d51af003c3cb12629099f939682b994 (diff)
downloadrails-5cf932344a4482a0cfbda57e9f69ebe64e70a261.tar.gz
rails-5cf932344a4482a0cfbda57e9f69ebe64e70a261.tar.bz2
rails-5cf932344a4482a0cfbda57e9f69ebe64e70a261.zip
Fix typos in release notes
Diffstat (limited to 'railties/doc/guides/html/2_2_release_notes.html')
-rw-r--r--railties/doc/guides/html/2_2_release_notes.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/doc/guides/html/2_2_release_notes.html b/railties/doc/guides/html/2_2_release_notes.html
index d21905f715..7e975d35a6 100644
--- a/railties/doc/guides/html/2_2_release_notes.html
+++ b/railties/doc/guides/html/2_2_release_notes.html
@@ -935,7 +935,7 @@ The addition of <tt>ActiveSupport::Rescuable</tt> allows any class to mix in the
</li>
<li>
<p>
-<tt>Enumerable#several?</tt> to encapsulate <tt>collection.size &gt; 1</tt>
+<tt>Enumerable#many?</tt> to encapsulate <tt>collection.size &gt; 1</tt>
</p>
</li>
<li>