Skip to content

Commit

Permalink
Merge pull request #93 from ranguba/translate-column-get-indexes
Browse files Browse the repository at this point in the history
Use English for document
  • Loading branch information
kou committed Apr 9, 2015
2 parents df3225b + 18cd495 commit 1cc7332
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ext/groonga/rb-grn-column.c
Expand Up @@ -742,9 +742,9 @@ rb_grn_column_with_weight_p(VALUE self)
}

/*
* `operator` を実行できる `column` のインデックスを返す。
* Return indexes on `column` which can execute `operator`.
* @since 1.0.9
* @return [Array<index_column>] `operator` を実行できる `column` のインデックス
* @return [Array<index_column>] Indexes on `column` which can execute `operator`.
* @overload indexes(operator=Groonga::Operator::MATCH)
* @param [Groonga::Operator::XXX] operator
*/
Expand Down

0 comments on commit 1cc7332

Please sign in to comment.