[Validator] Fixed grammar

This commit is contained in:
Bernhard Schussek 2014-02-21 23:49:25 +01:00
parent 886e05e7ed
commit f61d31e5fa
1 changed files with 3 additions and 3 deletions

View File

@ -25,9 +25,9 @@ use Symfony\Component\Validator\Mapping\Cache\CacheInterface;
* instance will be returned.
*
* You can optionally pass a {@link LoaderInterface} instance to the constructor.
* Whenever a new metadata instance, it will be passed to the loader, which can
* configure the metadata based on configuration loaded from the filesystem or
* a database. If you want to use multiple loaders, wrap them in a
* Whenever a new metadata instance is created, it is passed to the loader,
* which can configure the metadata based on configuration loaded from the
* filesystem or a database. If you want to use multiple loaders, wrap them in a
* {@link Loader\LoaderChain}.
*
* You can also optionally pass a {@link CacheInterface} instance to the