Skip to content

Commit

Permalink
bug #5815 fix constraint names (xabbuh)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
weaverryan committed Nov 5, 2015
2 parents 4053c6e + 4e550ec commit bb293a3
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 bb293a3

Please sign in to comment.