We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71078f9 commit 8146f2eCopy full SHA for 8146f2e
doc/api/fs.markdown
@@ -176,7 +176,7 @@ the completion callback.
176
177
Synchronous link(2).
178
179
-## fs.symlink(destination, path, [type], [callback])
+## fs.symlink(srcpath, dstpath, [type], [callback])
180
181
Asynchronous symlink(2). No arguments other than a possible exception are given
182
to the completion callback.
@@ -185,7 +185,7 @@ used on Windows (ignored on other platforms).
185
Note that Windows junction points require the destination path to be absolute. When using
186
`'junction'`, the `destination` argument will automatically be normalized to absolute path.
187
188
-## fs.symlinkSync(destination, path, [type])
+## fs.symlinkSync(srcpath, dstpath, [type])
189
190
Synchronous symlink(2).
191
0 commit comments