Skip to content

Commit

Permalink
Fix README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeymaximov committed Feb 3, 2021
1 parent 2a3f114 commit 5590a42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ automatically destroyed using their destructors.

When all dependencies of an activity are resolved, container executes it. Executed activity may provide other
activity to continue invocation - its dependencies will be also resolved using the same arena. This process is
called the *cascade injection*. When a currently executed activity doesn't provide a next activity to execute,
called the *cascade initialization*. When a currently executed activity doesn't provide a next activity to execute,
invocation ends.

### Executors
Expand Down

0 comments on commit 5590a42

Please sign in to comment.