From 5c1d29c20ca7321b6efcb260515d68638a71c8b5 Mon Sep 17 00:00:00 2001 From: Massimiliano Arione Date: Mon, 21 Oct 2013 10:20:09 +0200 Subject: [PATCH] Update NotEqualTo.rst The last sentence was wrong --- reference/constraints/NotEqualTo.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/constraints/NotEqualTo.rst b/reference/constraints/NotEqualTo.rst index bea2bf6eb38..5f2d61350ef 100644 --- a/reference/constraints/NotEqualTo.rst +++ b/reference/constraints/NotEqualTo.rst @@ -98,4 +98,4 @@ message **type**: ``string`` **default**: ``This value should not be equal to {{ compared_value }}`` -This is the message that will be shown if the value is not equal. +This is the message that will be shown if the value is equal.