summaryrefslogtreecommitdiff
path: root/doc/api/string_decoder.md
diff options
context:
space:
mode:
authorVse Mozhet Byt <vsemozhetbyt@gmail.com>2018-04-14 14:38:02 +0300
committerVse Mozhet Byt <vsemozhetbyt@gmail.com>2018-04-15 02:37:50 +0300
commit715d7f31b384723b1fc4691cfd54a3e6a1a56bb8 (patch)
tree1b36c21587f35d65e127659f8e8b788c5fa529db /doc/api/string_decoder.md
parent887f4c54ce843bfa2a63ad1135f15ab885546943 (diff)
downloadandroid-node-v8-715d7f31b384723b1fc4691cfd54a3e6a1a56bb8.tar.gz
android-node-v8-715d7f31b384723b1fc4691cfd54a3e6a1a56bb8.tar.bz2
android-node-v8-715d7f31b384723b1fc4691cfd54a3e6a1a56bb8.zip
doc: unify section structures
PR-URL: https://github.com/nodejs/node/pull/20028 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Diffstat (limited to 'doc/api/string_decoder.md')
-rw-r--r--doc/api/string_decoder.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/api/string_decoder.md b/doc/api/string_decoder.md
index 5a8a5721b2..1311f37255 100644
--- a/doc/api/string_decoder.md
+++ b/doc/api/string_decoder.md
@@ -42,7 +42,9 @@ decoder.write(Buffer.from([0x82]));
console.log(decoder.end(Buffer.from([0xAC])));
```
-## Class: new StringDecoder([encoding])
+## Class: StringDecoder
+
+### new StringDecoder([encoding])
<!-- YAML
added: v0.1.99
-->