Skip to content

Commit bb293a3

Browse files
committed
bug #5815 fix constraint names (xabbuh)
This PR was merged into the 2.3 branch. Discussion ---------- fix constraint names | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | all | Fixed tickets | Commits ------- 4e550ec fix constraint names
2 parents 4053c6e + 4e550ec commit bb293a3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

reference/constraints/map.rst.inc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ the value of properties or the return value of methods on your object.
77
* :doc:`NotBlank </reference/constraints/NotBlank>`
88
* :doc:`Blank </reference/constraints/Blank>`
99
* :doc:`NotNull </reference/constraints/NotNull>`
10-
* :doc:`Null </reference/constraints/IsNull>`
11-
* :doc:`True </reference/constraints/IsTrue>`
12-
* :doc:`False </reference/constraints/IsFalse>`
10+
* :doc:`IsNull </reference/constraints/IsNull>`
11+
* :doc:`IsTrue </reference/constraints/IsTrue>`
12+
* :doc:`IsFalse </reference/constraints/IsFalse>`
1313
* :doc:`Type </reference/constraints/Type>`
1414

1515
String Constraints

0 commit comments

Comments
 (0)