Skip to content

Commit

Permalink
ends_with is not a plural
Browse files Browse the repository at this point in the history
  • Loading branch information
fxn committed Feb 3, 2010
1 parent 781d0a9 commit c382ff4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion railties/guides/source/3_0_release_notes.textile
Expand Up @@ -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>
Expand Down

0 comments on commit c382ff4

Please sign in to comment.