diff options
author | Ryunosuke SATO <tricknotes.rs@gmail.com> | 2013-01-17 18:12:03 +0900 |
---|---|---|
committer | Ben Noordhuis <info@bnoordhuis.nl> | 2013-01-17 13:51:21 +0100 |
commit | 562d3f11f316a38b935f95841648da35fe754335 (patch) | |
tree | 0277cd8fe17b8e47d164054b8bcdad227dd69594 /doc | |
parent | 952e42de726dd4c25c81ad6dbad81f03a12096d4 (diff) | |
download | node-562d3f11f316a38b935f95841648da35fe754335.tar.gz |
doc: modify documentation style about 'Stability: 5'
'Stability: 5' is described as 'Locked' not as 'API Locked'
in other documents.
For example:
- `/doc/api/assert.markdown`
- `/doc/api/util.markdown`
This word was injected in 192192a.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/api/documentation.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/documentation.markdown b/doc/api/documentation.markdown index ffb9cff9c..6ef71896b 100644 --- a/doc/api/documentation.markdown +++ b/doc/api/documentation.markdown @@ -67,7 +67,7 @@ unlikely to ever have to change. ``` ``` -Stability: 5 - API Locked +Stability: 5 - Locked Unless serious bugs are found, this code will not ever change. Please do not suggest changes in this area; they will be refused. ``` |