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