Navigation Menu

Skip to content

Commit

Permalink
doc: fix typos
Browse files Browse the repository at this point in the history
whther ->
whether
  ^
  • Loading branch information
kou committed Jun 12, 2013
1 parent 53962f8 commit 09c841f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/source/reference/functions/query.txt
Expand Up @@ -157,7 +157,7 @@ See :ref:`query-expander` about details.
Return value
------------

``query`` returns whther any record is matched or not. If one or
``query`` returns whether any record is matched or not. If one or
more records are matched, ``true`` is returned. Otherwise, ``false``
is returned.

Expand Down
2 changes: 1 addition & 1 deletion doc/source/reference/functions/sub_filter.txt
Expand Up @@ -122,7 +122,7 @@ context.
Return value
------------

``sub_filter`` returns whther any record is matched or not. If one or
``sub_filter`` returns whether any record is matched or not. If one or
more records are matched, ``true`` is returned. Otherwise, ``false``
is returned.

Expand Down

0 comments on commit 09c841f

Please sign in to comment.