| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 3a9ffa8 commit 93111e4
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -91,7 +91,7 @@ unlink('/tmp/hello', (err) => { | |||
| 91 | 91 | ||
| 92 | 92 | The callback-based versions of the `fs` module APIs are preferable over | |
| 93 | 93 | the use of the promise APIs when maximal performance (both in terms of | |
| 94 | - execution time and memory allocation are required). | ||
| 94 | + execution time and memory allocation) is required. | ||
| 95 | 95 | ||
| 96 | 96 | ## Synchronous example | |
| 97 | 97 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments