Skip to content

Commit

Permalink
Fix a typo in CouchDB tutorial
Browse files Browse the repository at this point in the history
Signed-off-by: Atsushi Neki <nekiaiken@gmail.com>
(cherry picked from commit 4e2f86e)
  • Loading branch information
nekia authored and mergify[bot] committed Jun 28, 2021
1 parent 4c77749 commit 8b1d355
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/couchdb_tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,7 @@ previous example.
A query that does not include all fields in the index will have to scan the full
database instead. For example, the query below searches for the owner, without
specifying the type of item owned. Since the ownerIndexDoc contains both
specifying the type of item owned. Since the indexOwnerDoc contains both
the ``owner`` and ``docType`` fields, this query will not be able to use the
index.

Expand Down

0 comments on commit 8b1d355

Please sign in to comment.