diff --git a/doc/api/fs.md b/doc/api/fs.md index 4c801fe358cd6a..a83d4031e7a856 100644 --- a/doc/api/fs.md +++ b/doc/api/fs.md @@ -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)