diff options
Diffstat (limited to 'core/.iconv.luadoc')
-rw-r--r-- | core/.iconv.luadoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/.iconv.luadoc b/core/.iconv.luadoc index b21f6c5a..da5a7393 100644 --- a/core/.iconv.luadoc +++ b/core/.iconv.luadoc @@ -33,6 +33,6 @@ module('string') -- -- [GNU iconv's character sets]: http://www.gnu.org/software/libiconv/ -- @param text The text to convert. --- @param to The character set to convert to. --- @param from The character set to convert from. +-- @param to The string character set to convert to. +-- @param from The string character set to convert from. function iconv(text, to, from) end |