[Groonga-commit] ranguba/groonga-client at e9cab3f [master] Use "Groonga" form

Back to archive index

Kouhei Sutou null+****@clear*****
Fri Jun 17 11:02:54 JST 2016


Kouhei Sutou	2016-06-17 11:02:54 +0900 (Fri, 17 Jun 2016)

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

  Message:
    Use "Groonga" form

  Modified files:
    lib/groonga/client/response/base.rb

  Modified: lib/groonga/client/response/base.rb (+2 -2)
===================================================================
--- lib/groonga/client/response/base.rb    2016-05-30 18:02:24 +0900 (3d2722b)
+++ lib/groonga/client/response/base.rb    2016-06-17 11:02:54 +0900 (7d76351)
@@ -39,7 +39,7 @@ module Groonga
         # response object.
         #
         # @param [Groonga::Command::Base] The command of the request.
-        # @param [String] The raw (not parsed) response returned by groonga
+        # @param [String] The raw (not parsed) response returned by Groonga
         #   server.
         # @return [Base]
         def parse(command, raw_response)
@@ -154,7 +154,7 @@ module Groonga
         #   The list of built-in commands.
         attr_accessor :body
         # @return [String] The unparsed response. It may be JSON, XML or
-        #   groonga command format.
+        #   Groonga command format.
         attr_accessor :raw
 
         def initialize(command, header, body)
-------------- next part --------------
HTML����������������������������...
Download 



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