Skip to content

Commit ac5499d

Browse files
committed
edits
1 parent f2b28a1 commit ac5499d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/fundamentals/linq.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ Nested Statements
324324
+++++++++++++++++
325325

326326
You can chain or nest ``Select`` and ``SelectMany`` statements to unwind nested
327-
arrays. Consider a collection that contains documents with a new schema. These
327+
arrays. Consider a collection that contains documents with a **new** schema. These
328328
documents contain a ``restaurants`` field, which holds an array of documents
329329
that each represent the ``Restaurant`` class. These documents each have
330330
a ``grades`` field that holds an array of documents that each represent

0 commit comments

Comments
 (0)