From 07dfb64fd42ae9154e0eb11c282833639a205fa3 Mon Sep 17 00:00:00 2001 From: kevinuehara Date: Sun, 17 Nov 2024 16:41:11 -0300 Subject: [PATCH] doc: adjusting ERR_FS_FILE_TOO_LARGE description for I/O Limit --- doc/api/errors.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/errors.md b/doc/api/errors.md index b245f7f876d724..c2e21e869186e3 100644 --- a/doc/api/errors.md +++ b/doc/api/errors.md @@ -1358,7 +1358,7 @@ Path is a directory. ### `ERR_FS_FILE_TOO_LARGE` An attempt has been made to read a file whose size is larger than the maximum -allowed size for a `Buffer`. +limit for an I/O operation.