Skip to content

Commit 8135d05

Browse files
committed
doc: simplify wordings in tracing APIs
1 parent 4c55918 commit 8135d05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/string_decoder.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ substitution characters appropriate for the character encoding.
7171

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

7676
### `stringDecoder.write(buffer)`
7777
<!-- YAML

0 commit comments

Comments
 (0)