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 targos committed Oct 1, 2019
1 parent acd08fd commit b5c24df
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 @@ -3462,8 +3462,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 b5c24df

Please sign in to comment.