Skip to content

Commit 7083d36

Browse files
SachinBhandarikay-kim
authored andcommitted
typo partial index doc
1 parent 652b9ac commit 7083d36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/core/index-partial.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ For example, given the following index:
6767

6868
The following query can use the index since the query predicate
6969
includes the condition ``rating: { $gte: 8 }`` that matches a subset of
70-
documents matched by the index filter expression ``ratings: { $gt: 5
70+
documents matched by the index filter expression ``rating: { $gt: 5
7171
}``:
7272

7373
.. code-block:: javascript

0 commit comments

Comments
 (0)