Skip to content

Commit

Permalink
doc: add a statement in the documentation.
Browse files Browse the repository at this point in the history
PR-URL: #35585
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
  • Loading branch information
PoojaDurgad authored and BethGriggs committed Dec 15, 2020
1 parent 1fdf727 commit 4d72e98
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/api/string_decoder.md
Expand Up @@ -71,6 +71,7 @@ substitution characters appropriate for the character encoding.

If the `buffer` argument is provided, one final call to `stringDecoder.write()`
is performed before returning the remaining input.
After `end()` is called, the `stringDecoder` object can be reused for new input.

### `stringDecoder.write(buffer)`
<!-- YAML
Expand Down

0 comments on commit 4d72e98

Please sign in to comment.