null+****@clear*****
null+****@clear*****
2012年 3月 15日 (木) 18:01:19 JST
Kouhei Sutou 2012-03-15 18:01:19 +0900 (Thu, 15 Mar 2012)
New Revision: 8b7046324f740c97c6a3b949db395eac18ab20e4
Log:
doc coding-style: condition -> boolean
Modified files:
doc/source/developer/coding_style.rst
Modified: doc/source/developer/coding_style.rst (+1 -1)
===================================================================
--- doc/source/developer/coding_style.rst 2012-03-15 17:57:50 +0900 (6c2eb5f)
+++ doc/source/developer/coding_style.rst 2012-03-15 18:01:19 +0900 (a0f2b9f)
@@ -405,7 +405,7 @@ voidを省略
#define MRN_LOG_FILE_PATH "groonga.log"
-条件式
+真偽値
------
bool型を用いる