| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 3174bc1 commit d65c90b
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -3635,8 +3635,8 @@ conditions, `fs.write()` may write only part of the buffer and will need to be | |||
| 3635 | 3635 | retried to write the remaining data, whereas `fs.writeFile()` will retry until | |
| 3636 | 3636 | the data is entirely written (or an error occurs). | |
| 3637 | 3637 | ||
| 3638 | - Since the implications of this are a common source of confusion, note that in | ||
| 3639 | - the file descriptor case the file is not replaced! The data is not necessarily | ||
| 3638 | + The implications of this are a common source of confusion. In | ||
| 3639 | + the file descriptor case, the file is not replaced! The data is not necessarily | ||
| 3640 | 3640 | written to the beginning of the file, and the file's original data may remain | |
| 3641 | 3641 | before and/or after the newly written data. | |
| 3642 | 3642 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments