Skip to content

Commit 20546dd

Browse files
authored
Update v5-release.md
1 parent fcca8e6 commit 20546dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docsy/content/en/blog/releases/v5-release.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ See [related issue](https://github.com/operator-framework/java-operator-sdk/issu
7373
### Named event sources
7474

7575
The name is now directly an attribute of an `EventSource`. EventSources were also named in previous releases, but the name was not an attribute. This leads mainly to better internal structures and
76-
solves issues out of the box. For example, when a dependent resource provides an event source, in some cases, it needs to have a specific name. In a `Reconciler` implementation simply
76+
solves issues out of the box. For example, when a dependent resource provides an event source, in some cases, it needs to have a specific name. In a `Reconciler` implementation,
7777
use a `List.of(event sources)` instead the `Map<String,EventSource>` as it was before:
7878

7979

0 commit comments

Comments
 (0)