Skip to content

Commit

Permalink
[ci skip] use proper apostrophe
Browse files Browse the repository at this point in the history
  • Loading branch information
ankit1910 committed Aug 25, 2014
1 parent 3fe54b3 commit d433dc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activesupport/test/transliterate_test.rb
Expand Up @@ -11,7 +11,7 @@ def test_transliterate_should_not_change_ascii_chars
end

def test_transliterate_should_approximate_ascii
# create string with range of Unicode"s western characters with
# create string with range of Unicode's western characters with
# diacritics, excluding the division and multiplication signs which for
# some reason or other are floating in the middle of all the letters.
string = (0xC0..0x17E).to_a.reject {|c| [0xD7, 0xF7].include?(c)}.pack("U*")
Expand Down

0 comments on commit d433dc5

Please sign in to comment.