diff --git a/doc/api/fs.markdown b/doc/api/fs.markdown index 802cb0c779..1caf5b3a79 100644 --- a/doc/api/fs.markdown +++ b/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).