Skip to content

Commit

Permalink
doc: fix type of atime/mtime
Browse files Browse the repository at this point in the history
PR-URL: #29666
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
  • Loading branch information
exoego authored and Trott committed Oct 1, 2019
1 parent 15fb02a commit 16e47b9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/api/fs.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

Expand Down Expand Up @@ -3472,8 +3472,8 @@ changes:
-->

* `path` {string|Buffer|URL}
* `atime` {integer}
* `mtime` {integer}
* `atime` {number|string|Date}
* `mtime` {number|string|Date}

Returns `undefined`.

Expand Down

0 comments on commit 16e47b9

Please sign in to comment.