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 <[email protected]>
(cherry picked from commit 4e2f86e)
  • Loading branch information
nekia authored and mergify[bot] committed Jun 28, 2021
1 parent f424e95 commit 5c5b7a5
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 5c5b7a5

Please sign in to comment.