[Groonga-commit] groonga/grnxx at 04785e6 [master] Fix a wrong comment.

Back to archive index

susumu.yata null+****@clear*****
Mon Aug 18 15:55:40 JST 2014


susumu.yata	2014-08-18 15:55:40 +0900 (Mon, 18 Aug 2014)

  New Revision: 04785e6f585469beafe1d619dd6e9370723a7cbc
  https://github.com/groonga/grnxx/commit/04785e6f585469beafe1d619dd6e9370723a7cbc

  Message:
    Fix a wrong comment.

  Modified files:
    include/grnxx/expression.hpp

  Modified: include/grnxx/expression.hpp (+1 -1)
===================================================================
--- include/grnxx/expression.hpp    2014-08-18 15:43:57 +0900 (fa7bac3)
+++ include/grnxx/expression.hpp    2014-08-18 15:55:40 +0900 (d4d85a4)
@@ -18,7 +18,7 @@ enum OperatorType {
 
   LOGICAL_NOT_OPERATOR,  // For Bool.
 
-  BITWISE_NOT_OPERATOR,  // For Int.
+  BITWISE_NOT_OPERATOR,  // For Bool, Int.
 
   POSITIVE_OPERATOR,  // For Int, Float.
   NEGATIVE_OPERATOR,  // For Int, Float.
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index