From 715d7f31b384723b1fc4691cfd54a3e6a1a56bb8 Mon Sep 17 00:00:00 2001 From: Vse Mozhet Byt Date: Sat, 14 Apr 2018 14:38:02 +0300 Subject: doc: unify section structures PR-URL: https://github.com/nodejs/node/pull/20028 Reviewed-By: James M Snell Reviewed-By: Trivikram Kamat --- doc/api/string_decoder.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'doc/api/string_decoder.md') 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]) -- cgit v1.2.3