mirror of https://github.com/nodejs/node.git
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
parent
7e5a6b3272
commit
16f9ba0bc8
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue