[Groonga-commit] pgroonga/pgroonga.github.io at 525d38a [master] Fix a typo

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Oct 29 11:26:04 JST 2015


Kouhei Sutou	2015-10-29 11:26:04 +0900 (Thu, 29 Oct 2015)

  New Revision: 525d38ac321d0160ff1910d6e6732bc50619ca99
  https://github.com/pgroonga/pgroonga.github.io/commit/525d38ac321d0160ff1910d6e6732bc50619ca99

  Message:
    Fix a typo
    
    Reported by mugijiru. Thanks!!!

  Modified files:
    _po/ja/reference/create-index-using-pgroonga.po
    ja/reference/create-index-using-pgroonga.md
    reference/create-index-using-pgroonga.md

  Modified: _po/ja/reference/create-index-using-pgroonga.po (+4 -4)
===================================================================
--- _po/ja/reference/create-index-using-pgroonga.po    2015-10-29 11:19:22 +0900 (7a3b6ba)
+++ _po/ja/reference/create-index-using-pgroonga.po    2015-10-29 11:26:04 +0900 (07742fa)
@@ -1,7 +1,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
-"PO-Revision-Date: 2015-10-28 23:36+0900\n"
+"PO-Revision-Date: 2015-10-29 11:25+0900\n"
 "Language: ja\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -85,9 +85,9 @@ msgid ""
 msgstr ""
 
 msgid ""
-"You need to specify `pgroonga.varchar_fulltext_search_ops` operator class for "
-"the case."
-msgstr "この場合は`pgroonga.varchar_fulltext_search_ops`オペレータークラスを指定する必要があります。"
+"You need to specify `pgroonga.varchar_full_text_search_ops` operator class for"
+" the case."
+msgstr "この場合は`pgroonga.varchar_full_text_search_ops`オペレータークラスを指定する必要があります。"
 
 msgid "{: #customization}"
 msgstr ""

  Modified: ja/reference/create-index-using-pgroonga.md (+1 -1)
===================================================================
--- ja/reference/create-index-using-pgroonga.md    2015-10-29 11:19:22 +0900 (261e7f7)
+++ ja/reference/create-index-using-pgroonga.md    2015-10-29 11:26:04 +0900 (71b4aff)
@@ -35,7 +35,7 @@ CREATE INDEX ${INDEX_NAME}
        USING pgroonga (${COLUMN} pgroonga.varchar_full_text_search_ops);
 ```
 
-この場合は`pgroonga.varchar_fulltext_search_ops`オペレータークラスを指定する必要があります。
+この場合は`pgroonga.varchar_full_text_search_ops`オペレータークラスを指定する必要があります。
 
 {: #customization}
 

  Modified: reference/create-index-using-pgroonga.md (+1 -1)
===================================================================
--- reference/create-index-using-pgroonga.md    2015-10-29 11:19:22 +0900 (ab8c954)
+++ reference/create-index-using-pgroonga.md    2015-10-29 11:26:04 +0900 (b3613dc)
@@ -35,7 +35,7 @@ CREATE INDEX ${INDEX_NAME}
        USING pgroonga (${COLUMN} pgroonga.varchar_full_text_search_ops);
 ```
 
-You need to specify `pgroonga.varchar_fulltext_search_ops` operator class for the case.
+You need to specify `pgroonga.varchar_full_text_search_ops` operator class for the case.
 
 {: #customization}
 
-------------- next part --------------
HTML����������������������������...
Download 



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