Skip to content

Commit 8b35a40

Browse files
warlock1996tniessen
andcommitted
doc: update doc/api/fs.md
Co-authored-by: Tobias Nießen <[email protected]>
1 parent 2f89435 commit 8b35a40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/fs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6751,7 +6751,7 @@ readFileSync(new URL('file:///tmp/hello'));
67516751
67526752
On Windows, `file:` {URL}s with a host name convert to UNC paths, while `file:`
67536753
{URL}s with drive letters convert to local absolute paths. `file:` {URL}s
6754-
with no host name and no drive letter will not result in an error:
6754+
with no host name and no drive letter will result in an error:
67556755
67566756
```mjs
67576757
import { readFileSync } from 'fs';

0 commit comments

Comments
 (0)