[Groonga-commit] groonga/groonga [master] [doc][suggest] fix typos.

Back to archive index

null+****@clear***** null+****@clear*****
2011年 8月 14日 (日) 21:16:27 JST


Kouhei Sutou	2011-08-14 12:16:27 +0000 (Sun, 14 Aug 2011)

  New Revision: 81a3d037c391096201e13565ad61aa708f315ccf

  Log:
    [doc][suggest] fix typos.

  Modified files:
    doc/source/suggest/completion.txt
    doc/source/suggest/correction.txt

  Modified: doc/source/suggest/completion.txt (+1 -1)
===================================================================
--- doc/source/suggest/completion.txt    2011-08-14 09:56:53 +0000 (d1c6394)
+++ doc/source/suggest/completion.txt    2011-08-14 12:16:27 +0000 (fd772a4)
@@ -133,7 +133,7 @@ katakana and hiragana not like Prefix RK search.
 
 This search isn't always ran. It's just ran when it's
 requested explicitly or both prefix RK search and
-Cooccurrence search return nothing.
+cooccurrence search return nothing.
 
 For example, there is a registered word "search". An user
 can find "search" by "s", "se", "sea", "sear", "searc" and

  Modified: doc/source/suggest/correction.txt (+4 -4)
===================================================================
--- doc/source/suggest/correction.txt    2011-08-14 09:56:53 +0000 (93c3a09)
+++ doc/source/suggest/correction.txt    2011-08-14 12:16:27 +0000 (8a3b5c8)
@@ -19,11 +19,11 @@ features:
 How it works
 ------------
 
-The correction feature uses three searches to compute completed
+The correction feature uses three searches to compute corrected
 words:
 
   1. Cooccurrence search against learned data.
-  3. Similar search against registered words. (optional)
+  2. Similar search against registered words. (optional)
 
 Cooccurrence search
 ^^^^^^^^^^^^^^^^^^^
@@ -42,7 +42,7 @@ For example, there are the following user submissions:
 | search (fixed!)   | 2011-08-10T22:20:52+09:00 |
 +-------------------+---------------------------+
 
-Groonga creates the following completion pair from the above
+Groonga creates the following correction pair from the above
 submissions:
 
 +----------+--------------------+
@@ -102,7 +102,7 @@ How to use
 .. ]
 
 Groonga provides :doc:`/commands/suggest` command to use
-completion. `--type correct` option requests corrections
+correction. `--type correct` option requests corrections.
 
 For example, here is an command to get correction results by
 "saerch":




Groonga-commit メーリングリストの案内
Back to archive index