| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -3814,7 +3814,7 @@ system requests but rather the internal buffering `fs.readFile` performs. | |||
| 3814 | 3814 | 2. If a file descriptor is specified as the `path`, it will not be closed | |
| 3815 | 3815 | automatically. | |
| 3816 | 3816 | 3. The reading will begin at the current position. For example, if the file | |
| 3817 | - already had `'Hello World`' and six bytes are read with the file descriptor, | ||
| 3817 | + already had `'Hello World'` and six bytes are read with the file descriptor, | ||
| 3818 | 3818 | the call to `fs.readFile()` with the same file descriptor, would give | |
| 3819 | 3819 | `'World'`, rather than `'Hello World'`. | |
| 3820 | 3820 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments