Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 0951bd9

Browse filesBrowse files
Trotttargos
authored andcommitted
fs: correct param names in JSDoc comments
PR-URL: #41237 Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
1 parent 5ebe086 commit 0951bd9
Copy full SHA for 0951bd9

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Open diff view settings
Collapse file

‎lib/fs.js‎

Copy file name to clipboardExpand all lines: lib/fs.js
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2540,7 +2540,7 @@ function realpathSync(p, options) {
25402540

25412541
/**
25422542
* Returns the resolved pathname.
2543-
* @param {string | Buffer | URL} p
2543+
* @param {string | Buffer | URL} path
25442544
* @param {string | { encoding?: string; }} [options]
25452545
* @returns {string | Buffer}
25462546
*/
@@ -2694,7 +2694,7 @@ function realpath(p, options, callback) {
26942694
/**
26952695
* Asynchronously computes the canonical pathname by
26962696
* resolving `.`, `..` and symbolic links.
2697-
* @param {string | Buffer | URL} p
2697+
* @param {string | Buffer | URL} path
26982698
* @param {string | { encoding?: string; }} [options]
26992699
* @param {(
27002700
* err?: Error,

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.