We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b486b2 commit d5bc23aCopy full SHA for d5bc23a
source/fundamentals/linq.txt
@@ -368,8 +368,8 @@ this collection:
368
369
You can nest ``SelectMany`` statements within ``SelectMany`` or ``Select``
370
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.
+``Select`` statement to retrieve an array from each document in the collection.
+Each array holds all grade objects from all restaurants in each document.
373
374
.. io-code-block::
375
:copyable: true
0 commit comments