Navigation Menu

Skip to content

Commit

Permalink
doc: use "it returns XXX" style instead of "XXX is returned"
Browse files Browse the repository at this point in the history
Because documentation of Ruby uses "it returns XXX" style.
  • Loading branch information
kou committed Jun 12, 2013
1 parent 09c841f commit ab19728
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions doc/source/reference/functions/query.txt
Expand Up @@ -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
----
Expand Down
4 changes: 2 additions & 2 deletions doc/source/reference/functions/sub_filter.txt
Expand Up @@ -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
--------
Expand Down

0 comments on commit ab19728

Please sign in to comment.