From 1db6f05ead79ab96357d903a73558a503291a5fd Mon Sep 17 00:00:00 2001 From: ragtek Date: Mon, 26 Nov 2012 19:12:13 +0100 Subject: [PATCH] Update UPGRADE-2.2.md fixed typo --- UPGRADE-2.2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UPGRADE-2.2.md b/UPGRADE-2.2.md index 8025bab73b..4fbe41726d 100644 --- a/UPGRADE-2.2.md +++ b/UPGRADE-2.2.md @@ -38,7 +38,7 @@ ### Validator - * Interfaces were created for created for the classes `ConstraintViolation`, + * Interfaces were created for the classes `ConstraintViolation`, `ConstraintViolationList`, `GlobalExecutionContext` and `ExecutionContext`. If you type hinted against any of these classes, you are recommended to type hint against their interfaces now.