From b69b0f1691291c66de2fc283d2dd7bfbdd0fd9aa Mon Sep 17 00:00:00 2001 From: Payal Date: Sun, 26 Oct 2025 07:13:15 +0530 Subject: [PATCH] Fix: correct doctest output --- lib/node_modules/@stdlib/fs/read-file/examples/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/node_modules/@stdlib/fs/read-file/examples/index.js b/lib/node_modules/@stdlib/fs/read-file/examples/index.js index 1de1f5fcbdc8..33f56adebcf1 100644 --- a/lib/node_modules/@stdlib/fs/read-file/examples/index.js +++ b/lib/node_modules/@stdlib/fs/read-file/examples/index.js @@ -34,7 +34,7 @@ file = readFile.sync( 'beepboop', { // returns console.log( file instanceof Error ); -// => true +// => false /* Async */