Skip to content

Commit

Permalink
doc: Update doc/api/fs.md
Browse files Browse the repository at this point in the history
Co-authored-by: Tobias Nießen <tniessen@users.noreply.github.com>
  • Loading branch information
warlock1996 and tniessen committed Oct 4, 2021
1 parent 2f89435 commit 49b0d96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/fs.md
Expand Up @@ -6751,7 +6751,7 @@ readFileSync(new URL('file:///tmp/hello'));
On Windows, `file:` {URL}s with a host name convert to UNC paths, while `file:`
{URL}s with drive letters convert to local absolute paths. `file:` {URL}s
with no host name and no drive letter will not result in an error:
with no host name and no drive letter will result in an error:
```mjs
import { readFileSync } from 'fs';
Expand Down

0 comments on commit 49b0d96

Please sign in to comment.