Skip to content

Commit 8fd7b28

Browse files
committed
RR feedback
1 parent 3f4ae23 commit 8fd7b28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/model-data/models.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ Use an EmbeddedModelArrayField
459459
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
460460

461461
You can use an ``EmbeddedModelArrayField`` to represent a MongoDB ``Object``
462-
that stores an array of document values. Each document in the array corresponds
462+
that stores an array of documents. Each document in the array corresponds
463463
to a {+django-odm+} ``EmbeddedModelField`` value. To create an ``EmbeddedModelArrayField``,
464464
use the ``EmbeddedModelArrayField()`` class constructor and pass the following arguments:
465465

0 commit comments

Comments
 (0)