Navigation Menu

Skip to content

Commit

Permalink
Use English for document
Browse files Browse the repository at this point in the history
  • Loading branch information
kenhys committed Apr 8, 2015
1 parent 9a8ebcf commit a781057
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 `column` indexes which can execute `operator`.
* @since 1.0.9
* @return [Array<index_column>] `operator` を実行できる `column` のインデックス
* @return [Array<index_column>] Array of `column` index which can execute `operator`.
* @overload indexes(operator=Groonga::Operator::MATCH)
* @param [Groonga::Operator::XXX] operator
*/
Expand Down

0 comments on commit a781057

Please sign in to comment.