Skip to content

Commit 31f1837

Browse files
author
Jelle van Oosterbosch
committed
Fixed typo in IterableNormalizer
1 parent 84865a7 commit 31f1837

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Serializer/Normalizer/IterableNormalizer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
use Symfony\Component\Serializer\Normalizer\NormalizerInterface;
1818

1919
/**
20-
* Normalizes data if its iterable by calling the normalizer chain.
20+
* Normalizes data if it's iterable by calling the normalizer chain.
2121
*
2222
* @author Jelle van Oosterbosch <jvo@superbrave.nl>
2323
*/

0 commit comments

Comments
 (0)