Skip to content

Commit 2938e6c

Browse files
committed
Update Collection.rst
Change 'example' to 'instance'.
1 parent 3f38483 commit 2938e6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/constraints/Collection.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ Constraints for fields within a collection can be wrapped in the ``Required`` or
173173
``Optional`` constraint to control whether they should always be applied (``Required``)
174174
or only applied when the field is present (``Optional``).
175175

176-
For example, if you want to require that the ``personal_email`` field of the
176+
For instance, if you want to require that the ``personal_email`` field of the
177177
``profileData`` array is not blank and is a valid email but the ``alternate_email``
178178
field is optional but must be a valid email if supplied, you can do the following:
179179

0 commit comments

Comments
 (0)