aboutsummaryrefslogtreecommitdiffhomepage
path: root/core/file_io.lua
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/file_io.lua
parent8d20bce133389221acc5de7dab7e7fabfdee24b0 (diff)
More small documentation updates.
Diffstat (limited to 'core/file_io.lua')
-rw-r--r--core/file_io.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/file_io.lua b/core/file_io.lua
index de90ec81..d45372ec 100644
--- a/core/file_io.lua
+++ b/core/file_io.lua
@@ -63,7 +63,7 @@ io.recent_files = {}
-- * 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 iconv's encodings]: http://www.gnu.org/software/libiconv/
+-- [GNU iconv's encodings]: https://www.gnu.org/software/libiconv/
-- @usage io.encodings[#io.encodings + 1] = 'UTF-32'
-- @class table
-- @name encodings