Skip to content

Commit 93432f9

Browse files
committed
Fix typo
1 parent a90deb7 commit 93432f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/ref/models/fields.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Some MongoDB-specific fields are available in ``django_mongodb_backend.fields``.
1313
A field for storing lists of data. Most field types can be used, and you
1414
pass another field instance as the :attr:`base_field
1515
<ArrayField.base_field>`. You may also specify a :attr:`max_size
16-
<ArrayField.max_size>` and :attr:`size
16+
<ArrayField.max_size>` or :attr:`size
1717
<ArrayField.size>`. ``ArrayField`` can be nested to store
1818
multi-dimensional arrays.
1919

0 commit comments

Comments
 (0)