We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 007ddcd commit eb40dcbCopy full SHA for eb40dcb
doc/api/fs.markdown
@@ -296,7 +296,7 @@ current position.
296
See pwrite(2).
297
298
The callback will be given three arguments `(err, written, buffer)` where `written`
299
-specifies how many _bytes_ were written into `buffer`.
+specifies how many _bytes_ were written from `buffer`.
300
301
Note that it is unsafe to use `fs.write` multiple times on the same file
302
without waiting for the callback. For this scenario,
0 commit comments