[Groonga-commit] ranguba/rroonga at 0b987fd [master] doc: fix English

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Apr 13 16:43:04 JST 2015


Kouhei Sutou	2015-04-13 16:43:04 +0900 (Mon, 13 Apr 2015)

  New Revision: 0b987fd9986a10024ed6441dc64fd04adc06102e
  https://github.com/ranguba/rroonga/commit/0b987fd9986a10024ed6441dc64fd04adc06102e

  Message:
    doc: fix English

  Modified files:
    ext/groonga/rb-grn-equal-operator.c

  Modified: ext/groonga/rb-grn-equal-operator.c (+2 -2)
===================================================================
--- ext/groonga/rb-grn-equal-operator.c    2015-04-13 16:39:01 +0900 (628ca63)
+++ ext/groonga/rb-grn-equal-operator.c    2015-04-13 16:43:04 +0900 (771854e)
@@ -23,11 +23,11 @@ VALUE rb_cGrnEqualOperator;
 /*
  * Executes an equal operation.
  *
- * @example Executes equal operation with the default context
+ * @example Executes equal operations with the default context
  *   Groonga::Operator::EQUAL.exec("hello", "hello") # => true
  *   Groonga::Operator::EQUAL.exec("hello", "Hello") # => false
  *
- * @example Executes equal operation with the specified context
+ * @example Executes equal operations with the specified context
  *   context = Groonga::Context.new
  *   Groonga::Operator::EQUAL.exec("hello", "hello",
  *                                 :context => context) # => true
-------------- next part --------------
HTML����������������������������...
下载 



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