Skip to content

Commit

Permalink
fix constraint names
Browse files Browse the repository at this point in the history
  • Loading branch information
xabbuh committed Oct 20, 2015
1 parent 71469ff commit 4e550ec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions reference/constraints/map.rst.inc
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ the value of properties or the return value of methods on your object.
* :doc:`NotBlank </reference/constraints/NotBlank>`
* :doc:`Blank </reference/constraints/Blank>`
* :doc:`NotNull </reference/constraints/NotNull>`
* :doc:`Null </reference/constraints/IsNull>`
* :doc:`True </reference/constraints/IsTrue>`
* :doc:`False </reference/constraints/IsFalse>`
* :doc:`IsNull </reference/constraints/IsNull>`
* :doc:`IsTrue </reference/constraints/IsTrue>`
* :doc:`IsFalse </reference/constraints/IsFalse>`
* :doc:`Type </reference/constraints/Type>`

String Constraints
Expand Down

0 comments on commit 4e550ec

Please sign in to comment.