Skip to content

Commit

Permalink
doc: simplify wordings in tracing APIs
Browse files Browse the repository at this point in the history
  • Loading branch information
PoojaDurgad committed Oct 12, 2020
1 parent 4c55918 commit 8135d05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/string_decoder.md
Expand Up @@ -71,7 +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.
After `end()` is called, the `stringDecoder` object can be reused for new input.

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

0 comments on commit 8135d05

Please sign in to comment.