[Groonga-commit] groonga/groonga at 98d7452 [master] doc: fix wrong description

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Sep 16 23:24:32 JST 2015


Kouhei Sutou	2015-09-16 23:24:32 +0900 (Wed, 16 Sep 2015)

  New Revision: 98d745233e58f0e0a01a3dbab33f4a6c425e45f3
  https://github.com/groonga/groonga/commit/98d745233e58f0e0a01a3dbab33f4a6c425e45f3

  Message:
    doc: fix wrong description
    
    GitHub: fix #403
    
    Reported by Hiroyuki Sato. Thanks!!!

  Modified files:
    doc/locale/ja/LC_MESSAGES/tutorial.po
    doc/source/tutorial/search.rst

  Modified: doc/locale/ja/LC_MESSAGES/tutorial.po (+4 -4)
===================================================================
--- doc/locale/ja/LC_MESSAGES/tutorial.po    2015-09-16 21:59:47 +0900 (f6aba3d)
+++ doc/locale/ja/LC_MESSAGES/tutorial.po    2015-09-16 23:24:32 +0900 (2127905)
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: 1.2.1\n"
 "Report-Msgid-Bugs-To: \n"
-"PO-Revision-Date: 2015-08-19 23:46+0900\n"
+"PO-Revision-Date: 2015-09-16 23:23+0900\n"
 "Last-Translator: Masafumi Yokoyama <yokoyama �� clear-code.com>\n"
 "Language-Team: Japanese\n"
 "Language: ja\n"
@@ -2216,10 +2216,10 @@ msgstr ""
 
 msgid ""
 "In this case, this query returns the records which meets the condition that "
-"the value of ``_id`` is equal to 1."
+"the value of ``_id`` is equal to or less than 1."
 msgstr ""
-"このケースでは、 ``_id`` の値が1であるという条件に合致するレコードを返しま"
-"す。"
+"このケースでは、 ``_id`` の値が1以下であるという条件に合致するレコードを返し"
+"ます。"
 
 msgid "Moreover, you can use ``&&`` for AND search, ``||`` for OR search."
 msgstr ""

  Modified: doc/source/tutorial/search.rst (+1 -1)
===================================================================
--- doc/source/tutorial/search.rst    2015-09-16 21:59:47 +0900 (084e91e)
+++ doc/source/tutorial/search.rst    2015-09-16 23:24:32 +0900 (eb6d177)
@@ -26,7 +26,7 @@ See the detail of above query. Here is the condition which is specified as ``fil
 
   _id <= 1
 
-In this case, this query returns the records which meets the condition that the value of ``_id`` is equal to 1.
+In this case, this query returns the records which meets the condition that the value of ``_id`` is equal to or less than 1.
 
 Moreover, you can use ``&&`` for AND search, ``||`` for OR search.
 
-------------- next part --------------
HTML����������������������������...
Download 



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