doc: fix type of atime/mtime

PR-URL: https://github.com/nodejs/node/pull/29666
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
This commit is contained in:
TATSUNO Yasuhiro 2019-09-23 19:25:15 +09:00 committed by Rich Trott
parent 15fb02a515
commit 16e47b976b

View File

@ -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`.
@ -3472,8 +3472,8 @@ changes:
-->
* `path` {string|Buffer|URL}
* `atime` {integer}
* `mtime` {integer}
* `atime` {number|string|Date}
* `mtime` {number|string|Date}
Returns `undefined`.