Skip to content

Commit

Permalink
doc: sort string_decoder alphabetically
Browse files Browse the repository at this point in the history
Reorders, with no contextual changes, the string_decode documentation
alphabetically.

PR-URL: #3662
Reviewed-By: Evan Lucas <evanlucas@me.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
  • Loading branch information
tflanagan authored and Myles Borins committed Nov 17, 2015
1 parent cf96a53 commit babc561
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/api/string_decoder.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit babc561

Please sign in to comment.