You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/events/projections/event-projections.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Event Projections
2
2
3
-
Sub-classing the `Marten.Events.EventProjection` class will let you efficiently write a projection where you can explicitly define document operations
3
+
Sub-classing the `Marten.Events.Projections.EventProjection` class will let you efficiently write a projection where you can explicitly define document operations
4
4
on individual events. In essence, the `EventProjection` recipe does pattern matching for you.
5
5
6
6
To show off what `EventProjection` does, here's a sample that uses most features that `EventProjection` supports:
0 commit comments