Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
Fix arg order of fs.linkSync in docs
Browse files Browse the repository at this point in the history
Thanks Pierre. Closes GH-571.
  • Loading branch information
ry committed Jan 27, 2011
1 parent 6c32e15 commit 3d4a021
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/fs.markdown
Expand Up @@ -129,7 +129,7 @@ Synchronous fstat(2). Returns an instance of `fs.Stats`.
Asynchronous link(2). No arguments other than a possible exception are given to
the completion callback.

### fs.linkSync(dstpath, srcpath)
### fs.linkSync(srcpath, dstpath)

Synchronous link(2).

Expand Down

0 comments on commit 3d4a021

Please sign in to comment.