aboutsummaryrefslogtreecommitdiffhomepage
path: root/core/.iconv.luadoc
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+orbitalquark@users.noreply.github.com>2020-09-14 00:08:28 -0400
committerGravatar mitchell <70453897+orbitalquark@users.noreply.github.com>2020-09-14 00:08:28 -0400
commit11bd2d15a880755fa8c58c39cf1de13ae0dd2b2a (patch)
tree2d8ff53f64762f45d84117bb9db6a6b34f1bd91d /core/.iconv.luadoc
parent8d20bce133389221acc5de7dab7e7fabfdee24b0 (diff)
More small documentation updates.
Diffstat (limited to 'core/.iconv.luadoc')
-rw-r--r--core/.iconv.luadoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/.iconv.luadoc b/core/.iconv.luadoc
index 189e83bc..addd7ebc 100644
--- a/core/.iconv.luadoc
+++ b/core/.iconv.luadoc
@@ -31,7 +31,7 @@ module('string')
-- * Unicode: UTF-8, UCS-2, UCS-2BE, UCS-2LE, UCS-4, UCS-4BE, UCS-4LE, UTF-16,
-- UTF-16BE, UTF-16LE, UTF-32, UTF-32BE, UTF-32LE, UTF-7, C99, JAVA.
--
--- [GNU libiconv's encodings]: http://www.gnu.org/software/libiconv/
+-- [GNU libiconv's encodings]: https://www.gnu.org/software/libiconv/
-- @param text The text to convert.
-- @param new The string encoding to convert to.
-- @param old The string encoding to convert from.