Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update doc/api/fs.md
Co-Authored-By: mscdex <mscdex@users.noreply.github.com>
  • Loading branch information
andyalcantara and mscdex authored May 30, 2019
commit e09cb15266493b11f31c4a43490cbd1339fca028
2 changes: 1 addition & 1 deletion doc/api/fs.md
Original file line number Diff line number Diff line change
Expand Up @@ -2898,7 +2898,7 @@ changes:

Asynchronously rename file at `oldPath` to the pathname provided
as `newPath`. In the case that `newPath` already exists, it will
be overwritten, if there is a directory at newPath an error will be raised instead. No arguments other than a possible exception are
be overwritten, if there is a directory at `newPath` an error will be raised instead. No arguments other than a possible exception are
given to the completion callback.

See also: rename(2).
Expand Down