diff --git a/doc/api/string_decoder.md b/doc/api/string_decoder.md index a810462f508cbf..819283e51175c4 100644 --- a/doc/api/string_decoder.md +++ b/doc/api/string_decoder.md @@ -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)`