Skip to content

Commit 997328d

Browse files
committed
RStam tech review
1 parent d6c573a commit 997328d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

source/fundamentals/builders.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,9 +130,10 @@ criteria. The following example returns documents that contain the value
130130

131131
.. tip:: ElemMatch() Overload
132132

133-
The ``ElemMatch()`` method has an overload that accepts a single filter
134-
parameter. You can use this overload to perform queries that
135-
include nested ``$elemMatch`` statements.
133+
The ``ElemMatch()`` method has an overload that accepts a single *filter*
134+
parameter. You can use this overload to perform ``$elemMatch``
135+
queries directly against values. This functionality can support
136+
queries that include nested ``$elemMatch`` statements.
136137

137138
The following code demonstrates how to construct a nested
138139
``$elemMatch`` query that uses multiple overloads of the

0 commit comments

Comments
 (0)