Fix arg order of fs.linkSync in docs

Thanks Pierre. Closes GH-571.
This commit is contained in:
Ryan Dahl 2011-01-27 14:20:50 -08:00
parent 6c32e155d3
commit 3d4a0211b6

View File

@ -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).