mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Merge pull request #10160 from choudhuryanupam/fix_typo_n_grammar
Fixed typo
This commit is contained in:
commit
c14ce51402
1 changed files with 1 additions and 1 deletions
|
@ -405,7 +405,7 @@ module CacheStoreBehavior
|
|||
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|
|
||||
|
|
Loading…
Reference in a new issue