Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
doc: update string_decoder stability index to 3
Browse files Browse the repository at this point in the history
Ref #3140
  • Loading branch information
shama authored and bnoordhuis committed Apr 24, 2012
1 parent 6292df6 commit df6c12c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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
Expand Down

1 comment on commit df6c12c

@bnoordhuis
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well, stable != frozen.

Please sign in to comment.