Skip to content

Commit b5c24df

Browse files
exoegotargos
authored andcommitted
doc: fix type of atime/mtime
PR-URL: #29666 Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent acd08fd commit b5c24df

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/api/fs.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -2086,8 +2086,8 @@ changes:
20862086
-->
20872087

20882088
* `fd` {integer}
2089-
* `atime` {integer}
2090-
* `mtime` {integer}
2089+
* `atime` {number|string|Date}
2090+
* `mtime` {number|string|Date}
20912091

20922092
Synchronous version of [`fs.futimes()`][]. Returns `undefined`.
20932093

@@ -3462,8 +3462,8 @@ changes:
34623462
-->
34633463

34643464
* `path` {string|Buffer|URL}
3465-
* `atime` {integer}
3466-
* `mtime` {integer}
3465+
* `atime` {number|string|Date}
3466+
* `mtime` {number|string|Date}
34673467

34683468
Returns `undefined`.
34693469

0 commit comments

Comments
 (0)