From 48a1f48da9c4bb1bed1175927c6469d3f3773559 Mon Sep 17 00:00:00 2001 From: romanb Date: Wed, 17 Oct 2007 19:44:49 +0000 Subject: [PATCH] typo --- manual/new/docs/en/plugins/validators.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manual/new/docs/en/plugins/validators.txt b/manual/new/docs/en/plugins/validators.txt index 1c4714148..0e4f7e889 100644 --- a/manual/new/docs/en/plugins/validators.txt +++ b/manual/new/docs/en/plugins/validators.txt @@ -13,7 +13,7 @@ Doctrine_Manager::getInstance()->setAttribute(Doctrine::ATTR_VALIDATE, Doctrine: You can combine the following constants by using bitwise operations: VALIDATE_ALL, VALIDATE_TYPES, VALIDATE_LENGTHS, -VALIDATE_CONSTRAINTS, VALIDATE_NONE. For example to enbale all validations except length validations you would use: +VALIDATE_CONSTRAINTS, VALIDATE_NONE. For example to enable all validations except length validations you would use: VALIDATE_ALL & ~VALIDATE_LENGTHS