diff options
author | 2012-10-30 20:45:41 -0400 | |
---|---|---|
committer | 2012-10-30 20:45:41 -0400 | |
commit | 91d84c4643618e080e1f9abb70416ada5d03db73 (patch) | |
tree | 4b60592ef4966076423aa02165a4f2cabf8e0bbe /core/file_io.lua | |
parent | 8020ef7e08d812ac28d5c5ff12d311d1ee3b39a6 (diff) | |
download | textadept-91d84c4643618e080e1f9abb70416ada5d03db73.tar.gz textadept-91d84c4643618e080e1f9abb70416ada5d03db73.zip |
Continued updating documentation formatting.
Diffstat (limited to 'core/file_io.lua')
-rw-r--r-- | core/file_io.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/file_io.lua b/core/file_io.lua index cbd93b22..2582933c 100644 --- a/core/file_io.lua +++ b/core/file_io.lua @@ -2,7 +2,7 @@ --[[ This comment is for LuaDoc. --- --- Extends Lua's `io` package with Textadept functions for working with files. +-- Extends Lua's `io` library with Textadept functions for working with files. -- -- ## Working with UTF-8 -- |