Remove UTF-8 error from docs for fs.readFile

This commit is contained in:
rosalina 2023-09-16 19:39:21 -04:00 committed by GitHub
parent 821c66c5a2
commit 8d9811ac7d
Signed by: DevComp
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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