Navigation Menu

Skip to content

Commit

Permalink
Use meaningfull example value
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Apr 26, 2017
1 parent 82bc9ae commit 7b0d454
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/groonga/client/request/select.rb
Expand Up @@ -95,8 +95,8 @@ def query(value)
#
# @example: Use between function
# request.
# filter.between("tags", 19, "include", 32, "include")
# # -> --filter 'between(tags, 19, "include", 32, "include")'
# filter.between("age", 19, "include", 32, "include")
# # -> --filter 'between(age, 19, "include", 32, "include")'
#
# @return [Groonga::Client::Request::Select::Filter]
# The new request object for setting a filter condition.
Expand Down

0 comments on commit 7b0d454

Please sign in to comment.