From df6c12cdcc2a80be141f855d35c0aaf60626aeea Mon Sep 17 00:00:00 2001 From: Kyle Robinson Young Date: Tue, 24 Apr 2012 14:04:39 -0700 Subject: [PATCH] doc: update string_decoder stability index to 3 Ref #3140 --- doc/api/string_decoder.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/string_decoder.markdown b/doc/api/string_decoder.markdown index 2e08b16733..2ad2fb1e4b 100644 --- a/doc/api/string_decoder.markdown +++ b/doc/api/string_decoder.markdown @@ -1,6 +1,6 @@ # StringDecoder - Stability: 2 - Unstable + Stability: 3 - Stable To use this module, do `require('string_decoder')`. StringDecoder decodes a buffer to a string. It is a simple interface to `buffer.toString()` but provides