[Groonga-commit] groonga/groonga at ab19728 [master] doc: use "it returns XXX" style instead of "XXX is returned"

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Jun 12 17:17:35 JST 2013


Kouhei Sutou	2013-06-12 17:17:35 +0900 (Wed, 12 Jun 2013)

  New Revision: ab19728f34bfd76dc9fe565f50f1bc3ebe395d76
  https://github.com/groonga/groonga/commit/ab19728f34bfd76dc9fe565f50f1bc3ebe395d76

  Message:
    doc: use "it returns XXX" style instead of "XXX is returned"
    
    Because documentation of Ruby uses "it returns XXX" style.

  Modified files:
    doc/source/reference/functions/query.txt
    doc/source/reference/functions/sub_filter.txt

  Modified: doc/source/reference/functions/query.txt (+3 -3)
===================================================================
--- doc/source/reference/functions/query.txt    2013-06-12 15:48:10 +0900 (63ad763)
+++ doc/source/reference/functions/query.txt    2013-06-12 17:17:35 +0900 (521c0c5)
@@ -157,9 +157,9 @@ See :ref:`query-expander` about details.
 Return value
 ------------
 
-``query`` returns whether any record is matched or not. If one or
-more records are matched, ``true`` is returned. Otherwise, ``false``
-is returned.
+``query`` returns whether any record is matched or not. If one or more
+records are matched, it returns ``true``. Otherwise, it returns
+``false``.
 
 TODO
 ----

  Modified: doc/source/reference/functions/sub_filter.txt (+2 -2)
===================================================================
--- doc/source/reference/functions/sub_filter.txt    2013-06-12 15:48:10 +0900 (8516421)
+++ doc/source/reference/functions/sub_filter.txt    2013-06-12 17:17:35 +0900 (e9a71eb)
@@ -123,8 +123,8 @@ Return value
 ------------
 
 ``sub_filter`` returns whether any record is matched or not. If one or
-more records are matched, ``true`` is returned. Otherwise, ``false``
-is returned.
+more records are matched, it returns ``true``. Otherwise, it returns
+``false``.
 
 See also
 --------
-------------- next part --------------
HTML����������������������������...
下载 



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