Skip to content

Commit b69b0f1

Browse files
committed
Fix: correct doctest output
1 parent ad8f246 commit b69b0f1

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/fs/read-file/examples

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/fs/read-file/examples/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ file = readFile.sync( 'beepboop', {
3434
// returns <Error>
3535

3636
console.log( file instanceof Error );
37-
// => true
37+
// => false
3838

3939
/* Async */
4040

0 commit comments

Comments
 (0)