From 4e550ec82e892d9c3ddd8c7426b08c279a25ea27 Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Tue, 20 Oct 2015 12:48:00 +0200 Subject: [PATCH] fix constraint names --- reference/constraints/map.rst.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/reference/constraints/map.rst.inc b/reference/constraints/map.rst.inc index fefba07a30b..9ff2a7de7e4 100644 --- a/reference/constraints/map.rst.inc +++ b/reference/constraints/map.rst.inc @@ -7,9 +7,9 @@ the value of properties or the return value of methods on your object. * :doc:`NotBlank ` * :doc:`Blank ` * :doc:`NotNull ` -* :doc:`Null ` -* :doc:`True ` -* :doc:`False ` +* :doc:`IsNull ` +* :doc:`IsTrue ` +* :doc:`IsFalse ` * :doc:`Type ` String Constraints