Skip to content

Commit d5bc23a

Browse files
committed
clarity
1 parent 2b486b2 commit d5bc23a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/fundamentals/linq.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -368,8 +368,8 @@ this collection:
368368

369369
You can nest ``SelectMany`` statements within ``SelectMany`` or ``Select``
370370
statements. The following example nests a ``SelectMany`` statement within a
371-
``Select`` statement to retrieve an array of ``Grade`` documents from all restaurants
372-
in each document in the collection.
371+
``Select`` statement to retrieve an array from each document in the collection.
372+
Each array holds all grade objects from all restaurants in each document.
373373

374374
.. io-code-block::
375375
:copyable: true

0 commit comments

Comments
 (0)