[Serializer] Fixed typo in comment

This commit is contained in:
Richard Trebichavský 2015-06-18 17:07:16 +02:00
parent 2a1338ba19
commit 08a4b80760
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.