Navigation Menu

Skip to content

Commit

Permalink
Fix document
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Apr 27, 2017
1 parent 7501860 commit d78ea25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/groonga/client/request/select.rb
Expand Up @@ -283,12 +283,12 @@ def geo_in_circle(column_name_or_point,
approximate_type: approximate_type)
end

# Adds a `between` condition then return a new `select`
# Adds a `between` condition then returns a new `select`
# request object.
#
# @example Basic usage
# request.
# filter.between("age", 19, "include", 32, "exclude").
# filter.between(:age, 19, "include", 32, "exclude").
# # -> --filter 'between(age, 19, "include", 32, "exclude")'
#
# @see http://groonga.org/docs/reference/functions/between.html
Expand Down

0 comments on commit d78ea25

Please sign in to comment.