Browse Source

doc: update string_decoder stability index to 3

Ref #3140
v0.9.1-release
Kyle Robinson Young 13 years ago
committed by Ben Noordhuis
parent
commit
df6c12cdcc
  1. 2
      doc/api/string_decoder.markdown

2
doc/api/string_decoder.markdown

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

Loading…
Cancel
Save