Bladeren bron

improves language (refs #74)

Johannes 12 jaren geleden
bovenliggende
commit
40a91c1f62
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1 1
      doc/event_system.rst

+ 1 - 1
doc/event_system.rst

@@ -54,7 +54,7 @@ serialization.
 serializer.post_serialize
 serializer.post_serialize
 ~~~~~~~~~~~~~~~~~~~~~~~~~
 ~~~~~~~~~~~~~~~~~~~~~~~~~
 This is dispatched right before a type is left. You can for example use this
 This is dispatched right before a type is left. You can for example use this
-to add additional data to an object that you normally do not save inside
+to add additional data for an object that you normally do not save inside
 objects such as links.
 objects such as links.
 
 
 **Event Object**: ``JMS\Serializer\EventDispatcher\ObjectEvent``
 **Event Object**: ``JMS\Serializer\EventDispatcher\ObjectEvent``