Fix io.open documentation

Well, that was silly.
This commit is contained in:
SquidDev 2020-10-02 21:21:53 +01:00
parent 0832974725
commit 84036d97d9
1 changed files with 1 additions and 1 deletions

View File

@ -289,7 +289,7 @@ end
-- The `mode` string can be any of the following:
-- - **"r"**: Read mode
-- - **"w"**: Write mode
-- - **"w"**: Append mode
-- - **"a"**: Append mode
--
-- The mode may also have a `b` at the end, which opens the file in "binary
-- mode". This allows you to read binary files, as well as seek within a file.