From a36536ba95897b33ec9ebb0a5a96ef40c6a8d88b Mon Sep 17 00:00:00 2001 From: tacman Date: Fri, 31 Mar 2017 12:57:42 -0400 Subject: [PATCH] Fix missing / --- reference/constraints/Choice.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/constraints/Choice.rst b/reference/constraints/Choice.rst index 215baab84dc..d23382200eb 100644 --- a/reference/constraints/Choice.rst +++ b/reference/constraints/Choice.rst @@ -261,7 +261,7 @@ you can pass the class name and the method as an array. .. code-block:: php - // src/AppBundle/EntityAuthor.php + // src/AppBundle/Entity/Author.php namespace AppBundle\Entity; use Symfony\Component\Validator\Mapping\ClassMetadata;