Skip to content

Commit c26bb5e

Browse files
Fix typo in release Notes
Signed-off-by: Matthias Wende <[email protected]>
1 parent a6bc133 commit c26bb5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RELEASE_NOTES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ This release replaces the `@actor` decorator with a new `Actor` class.
8484

8585
## New Features
8686

87-
- DFS for compentent graph
87+
- Added `DFS` to the component graph
8888

8989
- `BackgroundService`: This new abstract base class can be used to write other classes that runs one or more tasks in the background. It provides a consistent API to start and stop these services and also takes care of the handling of the background tasks. It can also work as an `async` context manager, giving the service a deterministic lifetime and guaranteed cleanup.
9090

0 commit comments

Comments
 (0)