diff --git a/doc/api/string_decoder.markdown b/doc/api/string_decoder.markdown index 2e08b167337..2ad2fb1e4b4 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