doc: update string_decoder stability index to 3

Ref #3140
pull/24503/head
Kyle Robinson Young 2012-04-24 14:04:39 -07:00 committed by Ben Noordhuis
parent 6292df659f
commit df6c12cdcc
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# StringDecoder # StringDecoder
Stability: 2 - Unstable Stability: 3 - Stable
To use this module, do `require('string_decoder')`. StringDecoder decodes a 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 buffer to a string. It is a simple interface to `buffer.toString()` but provides