Navigation Menu

Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
Reported by mugijiru. Thanks!!!
  • Loading branch information
kou committed Oct 29, 2015
1 parent cd9889c commit 525d38a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions _po/ja/reference/create-index-using-pgroonga.po
@@ -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"
Expand Down Expand Up @@ -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 ""
Expand Down
2 changes: 1 addition & 1 deletion ja/reference/create-index-using-pgroonga.md
Expand Up @@ -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}

Expand Down
2 changes: 1 addition & 1 deletion reference/create-index-using-pgroonga.md
Expand Up @@ -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}

Expand Down

0 comments on commit 525d38a

Please sign in to comment.