diff options
author | Xavier Noria <fxn@hashref.com> | 2010-02-03 01:12:02 +0100 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2010-02-03 01:12:02 +0100 |
commit | c382ff42c2a94a8a0d224db0ee63aeed09cee9de (patch) | |
tree | 53273694814a08c52a2b74b3a43ca8d1a310a476 /railties/guides/source | |
parent | 781d0a9baef77a1d749bc8d7ea1b8e550a13c34a (diff) | |
download | rails-c382ff42c2a94a8a0d224db0ee63aeed09cee9de.tar.gz rails-c382ff42c2a94a8a0d224db0ee63aeed09cee9de.tar.bz2 rails-c382ff42c2a94a8a0d224db0ee63aeed09cee9de.zip |
ends_with is not a plural
Diffstat (limited to 'railties/guides/source')
-rw-r--r-- | railties/guides/source/3_0_release_notes.textile | 2 |
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> |