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]>
  • Loading branch information
nekia authored and ryjones committed Jun 26, 2021
1 parent 3a75b65 commit 4e2f86e
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 @@ -508,7 +508,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 4e2f86e

Please sign in to comment.