Navigation Menu

Skip to content

Commit

Permalink
Make example workable
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Apr 26, 2017
1 parent 8b61a3e commit 02d1b1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/groonga/client/request/select.rb
Expand Up @@ -192,8 +192,8 @@ def initialize(request)
#
# @example: Single condition
# request.
# filter.between("tags", "min", "min_border", "max", "max_border").
# # -> --filter 'between(tags, min, "min_border", max, "max_border")'
# filter.between("age", 19, "include", 32, "exclude").
# # -> --filter 'between(age, 19, "include", 32, "exclude")'
#
# @param column_name [String, Symbol] The target column name.
#
Expand Down

0 comments on commit 02d1b1d

Please sign in to comment.