Skip to content

Commit 9781cbc

Browse files
authored
Fix return type of EventStore in specification
1 parent c183e38 commit 9781cbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Specification.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ A potential interface of the `EventStore` (pseudo-code):
1818
```
1919
EventStore {
2020
read(query: StreamQuery, options?: ReadOptions): EventStream
21-
append(events: Events|Event, condition: AppendCondition): SequenceNumber
21+
append(events: Events|Event, condition: AppendCondition): void
2222
}
2323
```
2424

0 commit comments

Comments
 (0)