mirror of
https://github.com/lune-org/lune.git
synced 2024-12-12 13:00:37 +00:00
Remove UTF-8 error from docs for fs.readFile (#101)
This commit is contained in:
parent
40aeed70af
commit
210b64a86d
1 changed files with 0 additions and 1 deletions
|
@ -99,7 +99,6 @@ local fs = {}
|
|||
|
||||
* `path` does not point to an existing file.
|
||||
* The current process lacks permissions to read the file.
|
||||
* The contents of the file cannot be read as a UTF-8 string.
|
||||
* Some other I/O error occurred.
|
||||
|
||||
@param path The path to the file to read
|
||||
|
|
Loading…
Reference in a new issue