[Groonga-mysql-commit] mroonga/mroonga at 12a1d27 [master] doc: add a missing space

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Sep 1 18:52:44 JST 2014


Kouhei Sutou	2014-09-01 18:52:44 +0900 (Mon, 01 Sep 2014)

  New Revision: 12a1d27620a1d7afe2e41aeb9cf00caf7cd6e9e6
  https://github.com/mroonga/mroonga/commit/12a1d27620a1d7afe2e41aeb9cf00caf7cd6e9e6

  Message:
    doc: add a missing space

  Modified files:
    doc/source/reference/full_text_search/scoring.rst

  Modified: doc/source/reference/full_text_search/scoring.rst (+1 -1)
===================================================================
--- doc/source/reference/full_text_search/scoring.rst    2014-08-29 23:43:42 +0900 (cc5c3a5)
+++ doc/source/reference/full_text_search/scoring.rst    2014-09-01 18:52:44 +0900 (06b618f)
@@ -78,7 +78,7 @@ The denominator "8" and "9" are approximate number, strictly speaking, "2" is th
 
 You can check the approximate number of token by using the following query. ::
 
-  SELECT mroonga_command("select diaries-content --query '_key:fine OR _key:today'--output_columns _key, index --limit -1") AS groonga_response;
+  SELECT mroonga_command("select diaries-content --query '_key:fine OR _key:today' --output_columns _key, index --limit -1") AS groonga_response;
 
 The retrieval result of the above query is as follows: ::
 
-------------- next part --------------
HTML����������������������������...
Download 



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