| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 13e6608 commit ab7055b
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -962,7 +962,7 @@ Synchronous version of [`fs.read()`][]. Returns the number of `bytesRead`. | |||
| 962 | 962 | * `encoding` {String} default = `'utf8'` | |
| 963 | 963 | * `callback` {Function} | |
| 964 | 964 | ||
| 965 | - Asynchronous realpath(2). The `callback` gets two arguments `(err, | ||
| 965 | + Asynchronous realpath(3). The `callback` gets two arguments `(err, | ||
| 966 | 966 | resolvedPath)`. May use `process.cwd` to resolve relative paths. | |
| 967 | 967 | ||
| 968 | 968 | The optional `options` argument can be a string specifying an encoding, or an | |
@@ -976,7 +976,7 @@ the path returned will be passed as a `Buffer` object. | |||
| 976 | 976 | * `options` {String | Object} | |
| 977 | 977 | * `encoding` {String} default = `'utf8'` | |
| 978 | 978 | ||
| 979 | - Synchronous realpath(2). Returns the resolved path. | ||
| 979 | + Synchronous realpath(3). Returns the resolved path. | ||
| 980 | 980 | ||
| 981 | 981 | The optional `options` argument can be a string specifying an encoding, or an | |
| 982 | 982 | object with an `encoding` property specifying the character encoding to use for | |
| Back | FazBrowse Home | New Git URL |
0 commit comments