Remove UTF-8 error from docs for fs.readFile (#101)

This commit is contained in:
rosalina 2023-09-16 22:13:58 -04:00 committed by GitHub
parent 40aeed70af
commit 210b64a86d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -99,7 +99,6 @@ local fs = {}
* `path` does not point to an existing file. * `path` does not point to an existing file.
* The current process lacks permissions to read the 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. * Some other I/O error occurred.
@param path The path to the file to read @param path The path to the file to read