Browse Source

Fix arg order of fs.linkSync in docs

Thanks Pierre. Closes GH-571.
v0.7.4-release
Ryan Dahl 14 years ago
parent
commit
3d4a0211b6
  1. 2
      doc/api/fs.markdown

2
doc/api/fs.markdown

@ -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…
Cancel
Save