Fix arg order of fs.linkSync in docs
Thanks Pierre. Closes GH-571.
This commit is contained in:
parent
6c32e155d3
commit
3d4a0211b6
@ -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).
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user