Skip to content

Commit

Permalink
Use (a bit) more meaningful example title
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Apr 26, 2017
1 parent 02d1b1d commit 2bc8162
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/groonga/client/request/select.rb
Expand Up @@ -190,7 +190,7 @@ def initialize(request)
# Adds a `between` condition then return a new `select`
# request object.
#
# @example: Single condition
# @example: Basic usage
# request.
# filter.between("age", 19, "include", 32, "exclude").
# # -> --filter 'between(age, 19, "include", 32, "exclude")'
Expand Down

0 comments on commit 2bc8162

Please sign in to comment.