Skip to content

Commit 3c46c10

Browse files
Jimblyrvagg
authored andcommitted
doc: fix nonsensical grammar in Buffer::write
PR-URL: #4863 Reviewed-By: Evan Lucas <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Roman Reiss <[email protected]>
1 parent fd5c566 commit 3c46c10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/buffer.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -1008,7 +1008,7 @@ When undefined, `offset` defaults to `0`, and `encoding` defaults to `'utf8'`.
10081008
The `length` parameter is the number of bytes to write, when undefined `length`
10091009
defaults to `buffer.length - offset`. If the Buffer did not contain enough
10101010
space to fit the entire string, only a partial amount of the string will be
1011-
written however, the will not write only partially encoded characters. The
1011+
written however, it will not write only partially encoded characters. The
10121012
return value indicates the number of octets written.
10131013

10141014
```js

0 commit comments

Comments
 (0)