From edd6801e4f8f1dd2badfd4d9c1c422e6c8096e5a Mon Sep 17 00:00:00 2001 From: dtormey Date: Thu, 8 Aug 2013 11:43:50 -0700 Subject: [PATCH] fixed typo in the GroupSequenceProviderInterface path. --- book/validation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/validation.rst b/book/validation.rst index b541b41568c..430023aed7f 100644 --- a/book/validation.rst +++ b/book/validation.rst @@ -1036,7 +1036,7 @@ then your code might look like this:: namespace Acme\DemoBundle\Entity; // ... - use Symfony\Component\Validation\GroupSequenceProviderInterface; + use Symfony\Component\Validator\GroupSequenceProviderInterface; /** * @Assert\GroupSequenceProvider