Skip to content

Commit f6fcb5c

Browse files
tflanaganrvagg
authored andcommitted
doc: sort string_decoder alphabetically
Reorders, with no contextual changes, the string_decode documentation alphabetically. PR-URL: #3662 Reviewed-By: Evan Lucas <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Jeremiah Senkpiel <[email protected]>
1 parent 3bb8a6a commit f6fcb5c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/api/string_decoder.markdown

+4-4
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ additional support for utf8.
1919

2020
Accepts a single argument, `encoding` which defaults to `utf8`.
2121

22-
### decoder.write(buffer)
23-
24-
Returns a decoded string.
25-
2622
### decoder.end()
2723

2824
Returns any trailing bytes that were left in the buffer.
25+
26+
### decoder.write(buffer)
27+
28+
Returns a decoded string.

0 commit comments

Comments
 (0)