diff --git a/doc/api/fs.md b/doc/api/fs.md index 3790cdf2bc2b22..2c0b26f2dca01e 100644 --- a/doc/api/fs.md +++ b/doc/api/fs.md @@ -406,6 +406,8 @@ try { If the file previously was shorter than `len` bytes, it is extended, and the extended part is filled with null bytes (`'\0'`): +If `len` is negative then `0` will be used. + #### `filehandle.utimes(atime, mtime)`