Skip to content

Commit b5b5962

Browse files
committed
edits 2
1 parent 53cfcd3 commit b5b5962

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source/fundamentals/linq.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,8 @@ arrays. Consider a collection that contains documents with a **new** schema. The
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
331-
the ``Grade`` class. The following code models the document in this example:
331+
the ``Grade`` class. The following code is an example of a single document in
332+
this collection:
332333

333334
.. code-block:: json
334335

0 commit comments

Comments
 (0)