Skip to content

Commit 9d2ec8b

Browse files
committed
Fixed typo in coursebooking-dcb-refactored.rst.
1 parent ea3f33a commit 9d2ec8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/topics/examples/coursebooking-dcb-refactored.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ The class :class:`~examples.coursebookingdcbrefactored.application.Decision` ext
127127
:class:`~eventsourcing.dcb.domain.Mutates` and uses :class:`Struct`
128128
from the :data:`msgspec` package to define a base class for concrete "decision" events
129129
that can define instance attributes using type annotations, and that can be serialised and
130-
serialised very quickly.
130+
deserialised very quickly.
131131

132132
.. literalinclude:: ../../../examples/coursebookingdcbrefactored/application.py
133133
:pyobject: Decision

0 commit comments

Comments
 (0)