doc: modify documentation style about 'Stability: 5'
authorRyunosuke SATO <tricknotes.rs@gmail.com>
Thu, 17 Jan 2013 09:12:03 +0000 (18:12 +0900)
committerBen Noordhuis <info@bnoordhuis.nl>
Thu, 17 Jan 2013 12:51:21 +0000 (13:51 +0100)
'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.

doc/api/documentation.markdown

index ffb9cff..6ef7189 100644 (file)
@@ -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.
 ```