| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent a0a8f4d commit f4cef53
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -2538,7 +2538,7 @@ function realpathSync(p, options) { | |||
| 2538 | 2538 | ||
| 2539 | 2539 | /** | |
| 2540 | 2540 | * Returns the resolved pathname. | |
| 2541 | - * @param {string | Buffer | URL} p | ||
| 2541 | + * @param {string | Buffer | URL} path | ||
| 2542 | 2542 | * @param {string | { encoding?: string; }} [options] | |
| 2543 | 2543 | * @returns {string | Buffer} | |
| 2544 | 2544 | */ | |
@@ -2692,7 +2692,7 @@ function realpath(p, options, callback) { | |||
| 2692 | 2692 | /** | |
| 2693 | 2693 | * Asynchronously computes the canonical pathname by | |
| 2694 | 2694 | * resolving `.`, `..` and symbolic links. | |
| 2695 | - * @param {string | Buffer | URL} p | ||
| 2695 | + * @param {string | Buffer | URL} path | ||
| 2696 | 2696 | * @param {string | { encoding?: string; }} [options] | |
| 2697 | 2697 | * @param {( | |
| 2698 | 2698 | * err?: Error, | |
| Back | FazBrowse Home | New Git URL |
0 commit comments