[Groonga-commit] ranguba/groonga-client at d78ea25 [master] Fix document

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Apr 27 11:48:49 JST 2017


Kouhei Sutou	2017-04-27 11:48:49 +0900 (Thu, 27 Apr 2017)

  New Revision: d78ea25011ad12c68758a2ece425b9fb38fc8ccb
  https://github.com/ranguba/groonga-client/commit/d78ea25011ad12c68758a2ece425b9fb38fc8ccb

  Message:
    Fix document

  Modified files:
    lib/groonga/client/request/select.rb

  Modified: lib/groonga/client/request/select.rb (+2 -2)
===================================================================
--- lib/groonga/client/request/select.rb    2017-04-27 11:47:35 +0900 (6f1d1f4)
+++ lib/groonga/client/request/select.rb    2017-04-27 11:48:49 +0900 (4c45db6)
@@ -283,12 +283,12 @@ module Groonga
                             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
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index