Skip to content

Commit

Permalink
Fix typo in README.md (#232)
Browse files Browse the repository at this point in the history
  • Loading branch information
bivens-dev authored Jan 11, 2024
1 parent 8668786 commit 417b9f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acyclic_steps/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 417b9f4

Please sign in to comment.