We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea3f33a commit 9d2ec8bCopy full SHA for 9d2ec8b
docs/topics/examples/coursebooking-dcb-refactored.rst
@@ -127,7 +127,7 @@ The class :class:`~examples.coursebookingdcbrefactored.application.Decision` ext
127
:class:`~eventsourcing.dcb.domain.Mutates` and uses :class:`Struct`
128
from the :data:`msgspec` package to define a base class for concrete "decision" events
129
that can define instance attributes using type annotations, and that can be serialised and
130
-serialised very quickly.
+deserialised very quickly.
131
132
.. literalinclude:: ../../../examples/coursebookingdcbrefactored/application.py
133
:pyobject: Decision
0 commit comments