Skip to content

Commit

Permalink
doc: imp phrase in fs.md
Browse files Browse the repository at this point in the history
i think it is confusing, it is more clear now
  • Loading branch information
warlock1996 committed Sep 29, 2021
1 parent 02de402 commit b4f5b40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/fs.md
Original file line number Diff line number Diff line change
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
without a host name nor a drive letter will result in an error:
without a host name or a drive letter will not result in an error:
```mjs
import { readFileSync } from 'fs';
Expand Down

0 comments on commit b4f5b40

Please sign in to comment.