Skip to content

Commit f83176d

Browse files
p-mongop
andauthored
Fix query documentation formatting - list bodies need to be indented in rst (#4750)
Co-authored-by: Oleg Pudeyev <[email protected]>
1 parent 2053a6d commit f83176d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

source/tutorials/mongoid-queries.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -573,13 +573,13 @@ Merge Strategies
573573
Mongoid provides three merge strategies:
574574

575575
- **Override**: the new operator instance replaces any existing conditions on
576-
the same field using the same operator.
576+
the same field using the same operator.
577577
- **Intersect**: if there already is a condition using the same operator on the
578-
same field, the values of the existing condition are intersected with the
579-
values of the new condition and the result is stored as the operator value.
578+
same field, the values of the existing condition are intersected with the
579+
values of the new condition and the result is stored as the operator value.
580580
- **Union**: if there already is a condition using the same operator on the
581-
same field, the values of the new condition are aded to the values of the
582-
exsting condition and the result is stored as the operator value.
581+
same field, the values of the new condition are aded to the values of the
582+
exsting condition and the result is stored as the operator value.
583583

584584
The following snippet demonstrates all of the strategies, using ``in`` as the
585585
example operator:

0 commit comments

Comments
 (0)