We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 668bde8 commit 5843ae8Copy full SHA for 5843ae8
doc/api/fs.markdown
@@ -208,7 +208,7 @@ the completion callback.
208
209
Synchronous link(2).
210
211
-## fs.symlink(srcpath, dstpath[, type], callback)
+## fs.symlink(destination, path[, type], callback)
212
213
Asynchronous symlink(2). No arguments other than a possible exception are given
214
to the completion callback.
@@ -217,7 +217,7 @@ is `'file'`) and is only available on Windows (ignored on other platforms).
217
Note that Windows junction points require the destination path to be absolute. When using
218
`'junction'`, the `destination` argument will automatically be normalized to absolute path.
219
220
-## fs.symlinkSync(srcpath, dstpath[, type])
+## fs.symlinkSync(destination, path[, type])
221
222
Synchronous symlink(2).
223
0 commit comments