We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f3abbb commit 13793c8Copy full SHA for 13793c8
doc/api/fs.md
@@ -91,7 +91,7 @@ unlink('/tmp/hello', (err) => {
91
92
The callback-based versions of the `fs` module APIs are preferable over
93
the use of the promise APIs when maximal performance (both in terms of
94
-execution time and memory allocation are required).
+execution time and memory allocation) is required.
95
96
## Synchronous example
97
0 commit comments