From 210b64a86dfc3a060836c0d5d3608d15368a6a11 Mon Sep 17 00:00:00 2001 From: rosalina Date: Sat, 16 Sep 2023 22:13:58 -0400 Subject: [PATCH] Remove UTF-8 error from docs for fs.readFile (#101) --- types/FS.luau | 1 - 1 file changed, 1 deletion(-) diff --git a/types/FS.luau b/types/FS.luau index f611fc6..eed03e4 100644 --- a/types/FS.luau +++ b/types/FS.luau @@ -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