minor #15026 [Serializer] Fixed typo in comment (trebi)

This PR was merged into the 2.7 branch.

Discussion
----------

[Serializer] Fixed typo in comment

| Q             | A
| ------------- | ---
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets |
| License       | MIT
| Doc PR        |

Commits
-------

08a4b80 [Serializer] Fixed typo in comment
This commit is contained in:
Fabien Potencier 2015-06-18 17:16:36 +02:00
commit 4292848d1b
1 changed files with 1 additions and 1 deletions

View File

@ -288,7 +288,7 @@ abstract class AbstractNormalizer extends SerializerAwareNormalizer implements N
}
/**
* Instantiates an object using contructor parameters when needed.
* Instantiates an object using constructor parameters when needed.
*
* This method also allows to denormalize data into an existing object if
* it is present in the context with the object_to_populate key.