Fix typo in persistence docs

This commit is contained in:
Sören Brunk 2016-03-22 16:00:57 +01:00
parent b3444fa1b0
commit 082cf2dfdc
2 changed files with 2 additions and 2 deletions

View file

@ -77,7 +77,7 @@ Picking the right serialization format
Picking the serialization format is a very important decision you will have to make while building your application.
It affects which kind of evolutions are simple (or hard) to do, how much work is required to add a new datatype, and,
last but not least, serialization performanceion.
last but not least, serialization performance.
If you find yourself realising you have picked "the wrong" serialization format, it is always possible to change
the format used for storing new events, however you would have to keep the old deserialization code in order to

View file

@ -77,7 +77,7 @@ Picking the right serialization format
Picking the serialization format is a very important decision you will have to make while building your application.
It affects which kind of evolutions are simple (or hard) to do, how much work is required to add a new datatype, and,
last but not least, serialization performanceion.
last but not least, serialization performance.
If you find yourself realising you have picked "the wrong" serialization format, it is always possible to change
the format used for storing new events, however you would have to keep the old deserialization code in order to