Skip to content

Commit

Permalink
Update NSMutableString+Ruby.m
Browse files Browse the repository at this point in the history
  • Loading branch information
zdavison committed Oct 11, 2013
1 parent 6bf403f commit f33935e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions NSString+Ruby/NSMutableString+Ruby.m
Expand Up @@ -8,7 +8,7 @@

/* Ruby -> Obj-C Equivalents
#capitalize! capitalizedStringInPlace
#capitalize! capitalizeInPlace
#chomp! chompInPlace
chompInPlace:
#chop! chopInPlace
Expand All @@ -25,7 +25,7 @@
#sub! substituteFirstInPlace:
substituteLastInPlace:
#swapcase! swapcaseInPlace
#upcase! uppercaseStringInPlace
#upcase! uppercaseInPlace
*/

Expand Down

0 comments on commit f33935e

Please sign in to comment.