[Groonga-commit] droonga/droonga.org at 2ec6cc4 [gh-pages] Fix typo on column index

Back to archive index

Yoji Shidara null+****@clear*****
Wed Jan 29 15:51:50 JST 2014


Yoji Shidara	2014-01-29 15:51:50 +0900 (Wed, 29 Jan 2014)

  New Revision: 2ec6cc4b251e916f826bab54ea8b46023c243402
  https://github.com/droonga/droonga.org/commit/2ec6cc4b251e916f826bab54ea8b46023c243402

  Message:
    Fix typo on column index

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

  Modified: reference/commands/search/index.md (+2 -2)
===================================================================
--- reference/commands/search/index.md    2014-01-29 15:48:21 +0900 (67c4fd9)
+++ reference/commands/search/index.md    2014-01-29 15:51:50 +0900 (9d5dc81)
@@ -1092,9 +1092,9 @@ A search result with `"simple"` as the value of `output`'s `format` will be retu
         { "name"       : "<Name of the column 3 (with subrecords)>"
           "attributes" : [
           { "name"   : "<Name of the column 3-1>",
-            "type"   : "<Type of the column 3-2>",
+            "type"   : "<Type of the column 3-1>",
             "vector" : <It this column is a vector column?> },
-          { "name"   : "<Name of the the column 3-1>",
+          { "name"   : "<Name of the the column 3-2>",
             "type"   : "<Type of the the column 3-2>",
             "vector" : <It this column is a vector column?> },
           ],
-------------- next part --------------
HTML����������������������������...
下載 



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