doc: update string_decoder stability index to 3

Ref #3140
This commit is contained in:
Kyle Robinson Young
2012-04-24 14:04:39 -07:00
committed by Ben Noordhuis
parent 6292df659f
commit df6c12cdcc

View File

@@ -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