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

Back to archive index

Susumu Yata null+****@clear*****
Wed Sep 20 15:07:11 JST 2017


Susumu Yata	2017-09-20 15:07:11 +0900 (Wed, 20 Sep 2017)

  New Revision: 574a94b501434c183a4d547e92d8b3abedad6b98
  https://github.com/groonga/groonga/commit/574a94b501434c183a4d547e92d8b3abedad6b98

  Message:
    doc: fix typos

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

  Modified: doc/locale/ja/LC_MESSAGES/reference.po (+4 -4)
===================================================================
--- doc/locale/ja/LC_MESSAGES/reference.po    2017-09-17 10:18:36 +0900 (2b47c8175)
+++ doc/locale/ja/LC_MESSAGES/reference.po    2017-09-20 15:07:11 +0900 (369b5e4b7)
@@ -20509,11 +20509,11 @@ msgstr ""
 
 msgid ""
 "The max size of a text part is 200byte. The unit is bytes not characters. "
-"The size doesn't include inserted ``<span keyword=\"keyword\">`` and ``</"
+"The size doesn't include inserted ``<span class=\"keyword\">`` and ``</"
 "span>``."
 msgstr ""
 "テキストの断片の最大サイズは200バイトです。単位は文字数ではなくバイトです。挿"
-"入される ``<span keyword=\"keyword\">`` と ``</span>`` のバイト数はこのサイズ"
+"入される ``<span class=\"keyword\">`` と ``</span>`` のバイト数はこのサイズ"
 "の中には含まれません。"
 
 msgid ""
@@ -20534,10 +20534,10 @@ msgstr "配列の要素がスニペットになります::"
 
 msgid ""
 "A snippet includes one or more keywords. The max byte size of a snippet "
-"except ``<span keyword=\"keyword\">`` and ``</span>`` is 200byte. The unit "
+"except ``<span class=\"keyword\">`` and ``</span>`` is 200byte. The unit "
 "isn't the number of characters."
 msgstr ""
-"スニペットには1つ以上のキーワードが含まれています。 ``<span keyword=\"keyword"
+"スニペットには1つ以上のキーワードが含まれています。 ``<span class=\"keyword"
 "\">`` と ``</span>`` を除いたスニペットの最大サイズは200byteです。単位は文字"
 "数ではなくてバイトです。"
 

  Modified: doc/source/reference/functions/snippet_html.rst (+2 -2)
===================================================================
--- doc/source/reference/functions/snippet_html.rst    2017-09-17 10:18:36 +0900 (b8d41634d)
+++ doc/source/reference/functions/snippet_html.rst    2017-09-20 15:07:11 +0900 (8bb6f863b)
@@ -69,7 +69,7 @@ The max number of text parts is 3. If there are 4 or more text parts
 that include the keywords, only the leading 3 parts are only used.
 
 The max size of a text part is 200byte. The unit is bytes not
-characters. The size doesn't include inserted ``<span keyword="keyword">``
+characters. The size doesn't include inserted ``<span class="keyword">``
 and ``</span>``.
 
 Both the max number of text parts and the max size of a text part
@@ -92,7 +92,7 @@ An element of array is a snippet::
   [SNIPPET1, SNIPPET2, SNIPPET3]
 
 A snippet includes one or more keywords. The max byte size of a
-snippet except ``<span keyword="keyword">`` and ``</span>`` is
+snippet except ``<span class="keyword">`` and ``</span>`` is
 200byte. The unit isn't the number of characters.
 
 The array size is larger than or equal to 0 and less than or equal
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20170920/c54c763b/attachment-0001.htm 



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