Skip to content

Commit 4ff6a1a

Browse files
committed
Minor: Fix build
1 parent 46213f6 commit 4ff6a1a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

reference/constraints/Sequentially.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This constraint allows you to apply a set of rules that should be validated
55
step-by-step, allowing to interrupt the validation once the first violation is raised.
66

77
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.
99

1010
.. versionadded:: 5.1
1111

validation/custom_constraint.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ Create a Reusable Set of Constraints
185185
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
186186

187187
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>`.
189189

190190
.. versionadded:: 5.1
191191

validation/sequence_provider.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ How to Sequentially Apply Constraints on a Single Property
360360
----------------------------------------------------------
361361

362362
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>`
364364
can solve this for you in a more straightforward way than using a ``GroupSequence``.
365365

366366
.. versionadded:: 5.1

0 commit comments

Comments
 (0)