Skip to content

Commit d893ff5

Browse files
committed
MR feedback
1 parent d75b12a commit d893ff5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/fundamentals/atlas-search.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -338,15 +338,15 @@ Atlas guide.
338338
In
339339
~~
340340

341-
Use the ``In()`` method to search for documents that have field values matching a list
341+
Use the ``In()`` method to search for documents with field values that match a list
342342
of specified values.
343343

344344
The following example searches the ``guitars`` collection for documents that have a
345345
``make`` field value of either ``"Fender"`` or ``"Gibson"``.
346346

347347
.. literalinclude:: /includes/fundamentals/code-examples/atlas-search/AtlasSearchExamples.cs
348-
:start-after: // start-in-search
349-
:end-before: // end-in-search
348+
:start-after: start-in-search
349+
:end-before: end-in-search
350350
:language: csharp
351351
:dedent:
352352

0 commit comments

Comments
 (0)