aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/3_0_release_notes.textile
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2010-02-03 01:12:02 +0100
committerXavier Noria <fxn@hashref.com>2010-02-03 01:12:02 +0100
commitc382ff42c2a94a8a0d224db0ee63aeed09cee9de (patch)
tree53273694814a08c52a2b74b3a43ca8d1a310a476 /railties/guides/source/3_0_release_notes.textile
parent781d0a9baef77a1d749bc8d7ea1b8e550a13c34a (diff)
downloadrails-c382ff42c2a94a8a0d224db0ee63aeed09cee9de.tar.gz
rails-c382ff42c2a94a8a0d224db0ee63aeed09cee9de.tar.bz2
rails-c382ff42c2a94a8a0d224db0ee63aeed09cee9de.zip
ends_with is not a plural
Diffstat (limited to 'railties/guides/source/3_0_release_notes.textile')
-rw-r--r--railties/guides/source/3_0_release_notes.textile2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/3_0_release_notes.textile b/railties/guides/source/3_0_release_notes.textile
index 6ffb953d42..62940d0582 100644
--- a/railties/guides/source/3_0_release_notes.textile
+++ b/railties/guides/source/3_0_release_notes.textile
@@ -505,7 +505,7 @@ The following methods have been removed because they are now available in Ruby 1
* <tt>Integer#even?</tt> and <tt>Integer#odd?</tt>
* <tt>String#each_char</tt>
-* <tt>String#start_with?</tt> and <tt>String#end_with?</tt> (plural aliases still kept)
+* <tt>String#start_with?</tt> and <tt>String#end_with?</tt> (3rd person aliases still kept)
* <tt>String#bytesize</tt>
* <tt>Object#tap</tt>
* <tt>Symbol#to_proc</tt>