Navigation Menu

Skip to content

Commit

Permalink
doc: fix English
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Apr 13, 2015
1 parent 561c633 commit 0b987fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ext/groonga/rb-grn-equal-operator.c
Expand Up @@ -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
Expand Down

0 comments on commit 0b987fd

Please sign in to comment.