Skip to content

Commit

Permalink
Merge pull request rails#10160 from choudhuryanupam/fix_typo_n_grammar
Browse files Browse the repository at this point in the history
Fixed typo
  • Loading branch information
fxn committed Apr 10, 2013
2 parents 24b1d4f + 975234c commit c14ce51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activesupport/test/caching_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ def test_really_long_keys
end

# https://rails.lighthouseapp.com/projects/8994/tickets/6225-memcachestore-cant-deal-with-umlauts-and-special-characters
# The error is caused by charcter encodings that can't be compared with ASCII-8BIT regular expressions and by special
# The error is caused by character encodings that can't be compared with ASCII-8BIT regular expressions and by special
# characters like the umlaut in UTF-8.
module EncodedKeyCacheBehavior
Encoding.list.each do |encoding|
Expand Down

0 comments on commit c14ce51

Please sign in to comment.