From 562d3f11f316a38b935f95841648da35fe754335 Mon Sep 17 00:00:00 2001 From: Ryunosuke SATO Date: Thu, 17 Jan 2013 18:12:03 +0900 Subject: [PATCH] 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. --- doc/api/documentation.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/documentation.markdown b/doc/api/documentation.markdown index ffb9cff..6ef7189 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. ``` -- 2.7.4