Skip to content

Commit

Permalink
doc: fix awkward sentence for fs.utimes()
Browse files Browse the repository at this point in the history
  • Loading branch information
dguo committed Dec 1, 2016
1 parent 8264a22 commit f1e8af2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/fs.md
Original file line number Diff line number Diff line change
Expand Up @@ -1657,7 +1657,7 @@ Note: the arguments `atime` and `mtime` of the following related functions
follow these rules:

- The value should be a Unix timestamp in seconds. For example, `Date.now()`
returns milliseconds, so it should be divided by 1000 before passing it in.
returns milliseconds, so divide it by 1000 before passing it in.
- If the value is a numeric string like `'123456789'`, the value will get
converted to the corresponding number.
- If the value is `NaN` or `Infinity`, the value will get converted to
Expand Down

0 comments on commit f1e8af2

Please sign in to comment.