summaryrefslogtreecommitdiff
path: root/doc/api/string_decoder.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api/string_decoder.md')
-rw-r--r--doc/api/string_decoder.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/string_decoder.md b/doc/api/string_decoder.md
index cde81e6ae5..224d208e9c 100644
--- a/doc/api/string_decoder.md
+++ b/doc/api/string_decoder.md
@@ -48,7 +48,7 @@ added: v0.1.99
-->
* `encoding` {string} The character encoding the `StringDecoder` will use.
- Defaults to `'utf8'`.
+ **Default:** `'utf8'`.
Creates a new `StringDecoder` instance.