Skip to content

Commit a7e150a

Browse files
author
Ben Glassman
committed
Fix missing line breaks and heading line length.
1 parent 779f0e7 commit a7e150a

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

reference/constraints/Collection.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ from the ``$personalData`` property, no validation error would occur.
169169
for fields within a Collection.
170170

171171
Required and Optional Field Constraints
172-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
172+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
173173

174174
Constraints for fields within a collection can be wrapped in the ``Required`` or
175175
``Optional`` constraint to control whether they should always be applied (``Required``)
@@ -228,9 +228,10 @@ field is optional but must be a valid email if supplied, you can do the followin
228228
}
229229
}
230230
231-
Even without ``allowMissingFields`` set to true, you can now omit the ``alternate_email`` property complete from the profileData array, since
232-
it is ``Optional``. However, if the the ``personal_email`` field does not exist in the array there will be a
233-
constraint violation that the field is missing, since it is ``Required``.
231+
Even without ``allowMissingFields`` set to true, you can now omit the ``alternate_email`` property
232+
complete from the profileData array, since it is ``Optional``. However, if the the ``personal_email``
233+
field does not exist in the array there will be a constraint violation that the field is missing,
234+
since it is ``Required``.
234235

235236
Options
236237
-------

0 commit comments

Comments
 (0)