Skip to content

Commit

Permalink
Review request #2248.
Browse files Browse the repository at this point in the history
  • Loading branch information
avancinirodrigo committed Sep 27, 2018
1 parent dfda3fc commit b9a2758
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/base/lua/Utils.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1648,7 +1648,7 @@ end
-- @arg str A string.
-- @usage --DONTRUN
-- print(replaceLatinCharacters(águia))
-- > \xE1guia
-- -- \xE1guia
function replaceLatinCharacters(str)
if not hasLatinCharacters(str) then
return str
Expand Down

0 comments on commit b9a2758

Please sign in to comment.