Skip to content

Commit a02dc91

Browse files
committed
Remove a duplicated word.
1 parent 4256309 commit a02dc91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release-notes/2023/v1.9.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ if (outcome.hasAlreadyPickedBy()) {
178178
By default, `InboxMessages` are marked as DELIVERED in case of failure of their reception.
179179

180180

181-
- **Prohibit calling `state()` from from `@Apply`-ers ([#1501](https://github.com/SpineEventEngine/core-java/pull/1501))**
181+
- **Prohibit calling `state()` from `@Apply`-ers ([#1501](https://github.com/SpineEventEngine/core-java/pull/1501))**
182182

183183
It is now not possible to call `Aggregate.state()` from `@Apply`-ers. Previously, it was possible, but as discovered from real-world cases, such a functionality is prone to logical errors. End-users must use `Aggregate.builder()` instead.
184184

0 commit comments

Comments
 (0)