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
doc: fix line character length
  • Loading branch information
andyalcantara committed May 30, 2019
commit aa0174f4a22f35cd71364a8362387fbdfef627d6
3 changes: 2 additions & 1 deletion doc/api/fs.md
Original file line number Diff line number Diff line change
Expand Up @@ -2898,7 +2898,8 @@ 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
Comment thread
andyalcantara marked this conversation as resolved.
Outdated
be raised instead. No arguments other than a possible exception are
given to the completion callback.

See also: rename(2).
Expand Down