From d1e2e3be694485b937dd5ca64e46f5fe22641f67 Mon Sep 17 00:00:00 2001 From: Tristian Flanagan Date: Wed, 4 Nov 2015 12:36:11 -0500 Subject: [PATCH] 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 Reviewed-By: James M Snell Reviewed-By: Jeremiah Senkpiel --- doc/api/string_decoder.markdown | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/api/string_decoder.markdown b/doc/api/string_decoder.markdown index 4189923..885af77 100644 --- a/doc/api/string_decoder.markdown +++ b/doc/api/string_decoder.markdown @@ -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. -- 2.7.4