Navigation Menu

Skip to content

Commit

Permalink
Fix exsample of geo_in_rectangle.
Browse files Browse the repository at this point in the history
  • Loading branch information
komainu8 committed Apr 27, 2017
1 parent 6da5a49 commit c22047f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/groonga/client/request/select.rb
Expand Up @@ -234,7 +234,7 @@ def initialize(request)
# @example: Basic usage
# request.
# filter.geo_in_rectangle(:location, "0x100", "100x0").
# # -> --filter 'geo_in_rectangle(location, 0x100, 100x0)'
# # -> --filter 'geo_in_rectangle(location, "0x100", "100x0")'
#
# @param column_name [Symbol] The column name to be checked.
#
Expand Down

0 comments on commit c22047f

Please sign in to comment.