Skip to content

Commit 9a10888

Browse files
authored
trivial: fix UL formatting
1 parent bf41eb5 commit 9a10888

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

source/reference/operator/aggregation/lookup.txt

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -618,10 +618,11 @@ collection for equality matches. For example, if the index
618618
``{ stock_item: 1, instock: 1 }`` exists on the ``warehouses``
619619
collection:
620620

621-
- The equality match on the ``warehouses.stock_item`` field uses the
622-
index.
623-
- The range part of the query on the ``warehouses.instock`` field
624-
does not use the indexed field in the compound index.
621+
- The equality match on the ``warehouses.stock_item`` field uses the
622+
index.
623+
624+
- The range part of the query on the ``warehouses.instock`` field
625+
does not use the indexed field in the compound index.
625626

626627
.. seealso::
627628

0 commit comments

Comments
 (0)