From 5590a42e773d10feeddf2a22aa4cc1e38b6331a3 Mon Sep 17 00:00:00 2001 From: Alexey Maximov Date: Wed, 3 Feb 2021 15:40:16 +0300 Subject: [PATCH] Fix README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 92d6836..18d5585 100644 --- a/README.md +++ b/README.md @@ -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