We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4053c6e + 4e550ec commit bb293a3Copy full SHA for bb293a3
reference/constraints/map.rst.inc
@@ -7,9 +7,9 @@ the value of properties or the return value of methods on your object.
7
* :doc:`NotBlank </reference/constraints/NotBlank>`
8
* :doc:`Blank </reference/constraints/Blank>`
9
* :doc:`NotNull </reference/constraints/NotNull>`
10
-* :doc:`Null </reference/constraints/IsNull>`
11
-* :doc:`True </reference/constraints/IsTrue>`
12
-* :doc:`False </reference/constraints/IsFalse>`
+* :doc:`IsNull </reference/constraints/IsNull>`
+* :doc:`IsTrue </reference/constraints/IsTrue>`
+* :doc:`IsFalse </reference/constraints/IsFalse>`
13
* :doc:`Type </reference/constraints/Type>`
14
15
String Constraints
0 commit comments