mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-09-04 11:27:56 +00:00
Fix io.open documentation
This commit is contained in:
@@ -97,3 +97,10 @@ Translations for Swedish
|
|||||||
|
|
||||||
Co-authored-by: David Isaksson <davidisaksson93@gmail.com>
|
Co-authored-by: David Isaksson <davidisaksson93@gmail.com>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
```
|
||||||
|
84036d97d99efd8762e0170002060ae3471508bf
|
||||||
|
Fix io.open documentation
|
||||||
|
|
||||||
|
Well, that was silly.
|
||||||
|
```
|
||||||
|
@@ -289,7 +289,7 @@ end
|
|||||||
-- The `mode` string can be any of the following:
|
-- The `mode` string can be any of the following:
|
||||||
-- - **"r"**: Read mode
|
-- - **"r"**: Read mode
|
||||||
-- - **"w"**: Write 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
|
-- 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.
|
-- mode". This allows you to read binary files, as well as seek within a file.
|
||||||
|
Reference in New Issue
Block a user