[Groonga-commit] groonga/groonga at 6c8f9d6 [master] doc: fix a typo

Back to archive index

HAYASHI Kentaro null+****@clear*****
Sat Mar 26 02:47:23 JST 2016


HAYASHI Kentaro	2016-03-26 02:47:23 +0900 (Sat, 26 Mar 2016)

  New Revision: 6c8f9d6ca8e2ec3272ee810317a07e57b0c85a83
  https://github.com/groonga/groonga/commit/6c8f9d6ca8e2ec3272ee810317a07e57b0c85a83

  Message:
    doc: fix a typo
    
    ch racters ->
    characters

  Modified files:
    doc/source/reference/commands/table_create.rst
    doc/source/reference/functions/snippet_html.rst
    doc/source/reference/normalizers.rst

  Modified: doc/source/reference/commands/table_create.rst (+1 -1)
===================================================================
--- doc/source/reference/commands/table_create.rst    2016-03-26 02:44:25 +0900 (d3656a5)
+++ doc/source/reference/commands/table_create.rst    2016-03-26 02:47:23 +0900 (c8ed8fa)
@@ -197,7 +197,7 @@ Here are available characters:
 * ``_`` (underscore) (NOTE: Underscore can't be used as the first
   character.)
 
-You need to create a name with one or more the above chracters. Note
+You need to create a name with one or more the above characters. Note
 that you cannot use ``_`` as the first character such as
 ``_name``.
 

  Modified: doc/source/reference/functions/snippet_html.rst (+2 -2)
===================================================================
--- doc/source/reference/functions/snippet_html.rst    2016-03-26 02:44:25 +0900 (c0cb935)
+++ doc/source/reference/functions/snippet_html.rst    2016-03-26 02:47:23 +0900 (2d1bb62)
@@ -77,7 +77,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
-chracters. The size doesn't include inserted ``<span keyword="keyword">``
+characters. The size doesn't include inserted ``<span keyword="keyword">``
 and ``</span>``.
 
 Both the max number of text parts and the max size of a text part
@@ -101,7 +101,7 @@ An element of array is a snippet::
 
 A snippet includes one or more keywords. The max byte size of a
 snippet except ``<span keyword="keyword">`` and ``</span>`` is
-200byte. The unit isn't the number of chracters.
+200byte. The unit isn't the number of characters.
 
 The array size is larger than or equal to 0 and less than or equal
 to 3. The max size 3 will be customizable soon.

  Modified: doc/source/reference/normalizers.rst (+1 -1)
===================================================================
--- doc/source/reference/normalizers.rst    2016-03-26 02:44:25 +0900 (4f4fde1)
+++ doc/source/reference/normalizers.rst    2016-03-26 02:47:23 +0900 (48e429e)
@@ -94,7 +94,7 @@ For example, half-width katakana (such as U+FF76 HALFWIDTH KATAKANA
 LETTER KA) + half-width katakana voiced sound mark (U+FF9E HALFWIDTH
 KATAKANA VOICED SOUND MARK) is normalized to full-width katakana with
 voiced sound mark (U+30AC KATAKANA LETTER GA). The former is two
-chracters but the latter is one character.
+characters but the latter is one character.
 
 Here is an example that uses ``NormalizerAuto`` normalizer:
 
-------------- next part --------------
HTML����������������������������...
下载 



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