File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ This constraint allows you to apply a set of rules that should be validated
55step-by-step, allowing to interrupt the validation once the first violation is raised.
66
77As an alternative in situations ``Sequentially `` cannot solve, you may consider
8- using :doc: `GroupSequence</validation/sequence_provider> ` which allows more control.
8+ using :doc: `GroupSequence </validation/sequence_provider >` which allows more control.
99
1010.. versionadded :: 5.1
1111
Original file line number Diff line number Diff line change @@ -185,7 +185,7 @@ Create a Reusable Set of Constraints
185185~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
186186
187187In case you need to apply some common set of constraints in different places
188- consistently across your application, you can extend the :doc: `Compound constraint</reference/constraints/Compound> `.
188+ consistently across your application, you can extend the :doc: `Compound constraint </reference/constraints/Compound >`.
189189
190190.. versionadded :: 5.1
191191
Original file line number Diff line number Diff line change @@ -360,7 +360,7 @@ How to Sequentially Apply Constraints on a Single Property
360360----------------------------------------------------------
361361
362362Sometimes, you may want to apply constraints sequentially on a single
363- property. The :doc: `Sequentially constraint</reference/constraints/Sequentially> `
363+ property. The :doc: `Sequentially constraint </reference/constraints/Sequentially >`
364364can solve this for you in a more straightforward way than using a ``GroupSequence ``.
365365
366366.. versionadded :: 5.1
You can’t perform that action at this time.
0 commit comments