doc: sort string_decoder alphabetically

Reorders, with no contextual changes, the string_decode documentation
alphabetically.

PR-URL: https://github.com/nodejs/node/pull/3662
Reviewed-By: Evan Lucas <evanlucas@me.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
pull/3765/head
Tristian Flanagan 2015-11-04 12:36:11 -05:00 committed by James M Snell
parent 7e5a6b3272
commit 16f9ba0bc8
1 changed files with 4 additions and 4 deletions

View File

@ -19,10 +19,10 @@ additional support for utf8.
Accepts a single argument, `encoding` which defaults to `utf8`.
### decoder.write(buffer)
Returns a decoded string.
### decoder.end()
Returns any trailing bytes that were left in the buffer.
### decoder.write(buffer)
Returns a decoded string.