Commit 75ebdd8a0fc61bfc153463b528213296b9b3e5c8
1 parent
c486be63
Exists in
master
and in
28 other branches
ActionItem57: minor doc fix
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@578 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
lib/noosfero/transliterations.rb
... | ... | @@ -19,7 +19,7 @@ module Noosfero::Transliterations |
19 | 19 | [ 'ÿ' ] => 'y', |
20 | 20 | } |
21 | 21 | |
22 | - # transliterate a string (assumed to be contain UTF-8 data) | |
22 | + # transliterate a string (assumed to contain UTF-8 data) | |
23 | 23 | # into ASCII by replacing non-ascii characters to their |
24 | 24 | # ASCII. |
25 | 25 | # | ... | ... |