[Groonga-commit] groonga/groonga at a29892e [master] doc: fix typos

Back to archive index
Yasuhiro Horimoto null+****@clear*****
Wed Dec 19 08:45:31 JST 2018


Yasuhiro Horimoto	2018-12-19 08:45:31 +0900 (Wed, 19 Dec 2018)

  Revision: a29892ea4d1c8c546f36c6aff85c5f0534e7b580
  https://github.com/groonga/groonga/commit/a29892ea4d1c8c546f36c6aff85c5f0534e7b580

  Message:
    doc: fix typos

  Modified files:
    doc/locale/ja/LC_MESSAGES/reference.po
    doc/source/reference/tokenizers.rst

  Modified: doc/locale/ja/LC_MESSAGES/reference.po (+3 -3)
===================================================================
--- doc/locale/ja/LC_MESSAGES/reference.po    2018-12-19 08:36:10 +0900 (bc0d99d16)
+++ doc/locale/ja/LC_MESSAGES/reference.po    2018-12-19 08:45:31 +0900 (b74ce8db6)
@@ -27272,11 +27272,11 @@ msgstr ""
 "``delimiter`` オプションは、指定した文字でトークンに分割できます。"
 
 msgid ""
-"For example, ``Hello,Wold`` is tokenize to ``Hello`` and ``Wold`` with "
+"For example, ``Hello,World`` is tokenize to ``Hello`` and ``World`` with "
 "``delimiter`` option as below."
 msgstr ""
-"例えば、以下のように ``Hello,Wold`` は、``Hello`` と ``World`` にトークナイズ"
-"されます。"
+"例えば、以下のように ``Hello,World`` は、``Hello`` と ``World`` にトークナイ"
+"ズされます。"
 
 msgid ""
 "``pattern`` option can split token with a regular expression. You can except "

  Modified: doc/source/reference/tokenizers.rst (+2 -2)
===================================================================
--- doc/source/reference/tokenizers.rst    2018-12-19 08:36:10 +0900 (9fc076e05)
+++ doc/source/reference/tokenizers.rst    2018-12-19 08:45:31 +0900 (6bb396db9)
@@ -433,12 +433,12 @@ Here is an example of ``TokenDelimit``:
 ``TokenDelimit`` has ``delimiter`` option and ``pattern`` option.
 ``delimiter`` option can split token with a specified characters.
 
-For example, ``Hello,Wold`` is tokenize to ``Hello`` and ``Wold``
+For example, ``Hello,World`` is tokenize to ``Hello`` and ``World``
 with ``delimiter`` option as below.
 
 .. groonga-command
 .. include:: ../example/reference/tokenizers/token-delimit-delimiter-option.log
-.. tokenize 'TokenDelimit("delimiter", ",")' "Hello,Wold"
+.. tokenize 'TokenDelimit("delimiter", ",")' "Hello,World"
 
 ``pattern`` option can split token with a regular expression.
 You can except needless space by ``pattern`` option.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20181219/49b0f170/attachment-0001.html>


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