Skip to content
Closed
Changes from all commits
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
doc: fix arg definition in fs
Currently doc building doesn't support ES-style default params in
function definitions which causes an error.
  • Loading branch information
apapirovski committed Feb 9, 2018
commit 236a8c8d6c16076307ef0251c90718457652bcd0
2 changes: 1 addition & 1 deletion doc/api/fs.md
Original file line number Diff line number Diff line change
Expand Up @@ -3388,7 +3388,7 @@ added: REPLACEME
Asynchronous fsync(2). The `Promise` is resolved with no arguments upon
success.

#### filehandle.truncate(len = 0)
#### filehandle.truncate(len)
<!-- YAML
added: REPLACEME
-->
Expand Down