From 417b9f4c9f4239ce83f44afb81e603423458ae6b Mon Sep 17 00:00:00 2001 From: mdh <113126707+bivens-dev@users.noreply.github.com> Date: Thu, 11 Jan 2024 13:32:33 +0000 Subject: [PATCH] Fix typo in README.md (#232) --- acyclic_steps/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acyclic_steps/README.md b/acyclic_steps/README.md index bd0491a3..e31e64a1 100644 --- a/acyclic_steps/README.md +++ b/acyclic_steps/README.md @@ -10,7 +10,7 @@ A step may depend on other steps, but cyclic dependencies will produce a compile-time error. When a step is evaluated, the dependencies for the step is evaluated first. -To the extend permitted by dependency constraints the steps depended upon will +To the extent permitted by dependency constraints the steps depended upon will run concurrently. Steps can also be overriden to inject an initial value, or a mock/fake object during testing. The result from a `Step` is cached in the `Runner` object that evaluated the `Step`, this ensures that steps will not be