diff --git a/doc/api/fs.md b/doc/api/fs.md index 8aa2d6d8c04e1a..e9cf70c78b75d1 100644 --- a/doc/api/fs.md +++ b/doc/api/fs.md @@ -2086,8 +2086,8 @@ changes: --> * `fd` {integer} -* `atime` {integer} -* `mtime` {integer} +* `atime` {number|string|Date} +* `mtime` {number|string|Date} Synchronous version of [`fs.futimes()`][]. Returns `undefined`. @@ -3462,8 +3462,8 @@ changes: --> * `path` {string|Buffer|URL} -* `atime` {integer} -* `mtime` {integer} +* `atime` {number|string|Date} +* `mtime` {number|string|Date} Returns `undefined`.