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
5
5
step-by-step, allowing to interrupt the validation once the first violation is raised.
6
6
7
7
As 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.
9
9
10
10
.. versionadded :: 5.1
11
11
Original file line number Diff line number Diff line change @@ -185,7 +185,7 @@ Create a Reusable Set of Constraints
185
185
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
186
186
187
187
In 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 >`.
189
189
190
190
.. versionadded :: 5.1
191
191
Original file line number Diff line number Diff line change @@ -360,7 +360,7 @@ How to Sequentially Apply Constraints on a Single Property
360
360
----------------------------------------------------------
361
361
362
362
Sometimes, 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 >`
364
364
can solve this for you in a more straightforward way than using a ``GroupSequence ``.
365
365
366
366
.. versionadded :: 5.1
You can’t perform that action at this time.
0 commit comments