Skip to content

Commit b826da7

Browse files
authored
Fix namespace (#3829)
1 parent 6b2610d commit b826da7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/events/projections/event-projections.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Event Projections
22

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
44
on individual events. In essence, the `EventProjection` recipe does pattern matching for you.
55

66
To show off what `EventProjection` does, here's a sample that uses most features that `EventProjection` supports:

0 commit comments

Comments
 (0)