Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update doc/api/fs.md
Co-authored-by: Benjamin Gruenbaum <inglor@gmail.com>
  • Loading branch information
targos and benjamingr authored May 25, 2020
commit f57b726d030a4da1409bd82f2503ce8e762ebc3e
2 changes: 1 addition & 1 deletion doc/api/fs.md
Original file line number Diff line number Diff line change
Expand Up @@ -5163,7 +5163,7 @@ added: REPLACEME
* `encoding` {string} **Default:** `'utf8'`
* Returns: {Promise}

Creates and opens a unique empty temporary file, and resolves the `Promise` with
Creates and opens a unique empty temporary file, and fulfills the `Promise` with
an object that contains the created file path and a `FileHandle` object. A
unique file name is generated by appending six random characters to the end of
the provided `prefix`. Due to platform inconsistencies, avoid trailing `X`
Expand Down