[Groonga-commit] droonga/droonga.org at 7106a95 [gh-pages] Fix typo

Back to archive index

YUKI Hiroshi null+****@clear*****
Mon Nov 18 12:15:50 JST 2013


YUKI Hiroshi	2013-11-18 12:15:50 +0900 (Mon, 18 Nov 2013)

  New Revision: 7106a952fe615bd5a931a8f0815b8dbe15b70637
  https://github.com/droonga/droonga.org/commit/7106a952fe615bd5a931a8f0815b8dbe15b70637

  Message:
    Fix typo
    
    type =>
    format

  Modified files:
    ja/reference/commands/search/index.md

  Modified: ja/reference/commands/search/index.md (+3 -3)
===================================================================
--- ja/reference/commands/search/index.md    2013-11-18 11:42:53 +0900 (89216d5)
+++ ja/reference/commands/search/index.md    2013-11-18 12:15:50 +0900 (955cdd4)
@@ -478,11 +478,11 @@ Droongaはそのカラムの値が同じであるレコードを集約し、カ
  * `attributes` は出力されたレコードのカラムの情報を示す配列またはハッシュです。
  * `records` は出力されたレコードの配列です。
 
-`attributes` および `records` の出力形式は[検索クエリの `output`](#query-output) の `type` の指定に従って以下の2通りに別れます。
+`attributes` および `records` の出力形式は[検索クエリの `output`](#query-output) の `format` の指定に従って以下の2通りに別れます。
 
 #### 単純な形式のレスポンス
 
-`type` が `"simple"` の場合、個々の検索クエリの結果は以下の形を取ります。
+`format` が `"simple"` の場合、個々の検索クエリの結果は以下の形を取ります。
 
     {
       "startTime"   : "検索を開始した時刻",
@@ -540,7 +540,7 @@ Droongaはそのカラムの値が同じであるレコードを集約し、カ
 
 #### 複雑な形式のレスポンス
 
-`type` が `"complex"` の場合、個々の検索クエリの結果は以下の形を取ります。
+`format` が `"complex"` の場合、個々の検索クエリの結果は以下の形を取ります。
 
     {
       "startTime"   : "検索を開始した時刻",
-------------- next part --------------
HTML����������������������������...
Download 



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