Skip to content

Commit 417b9f4

Browse files
authored
Fix typo in README.md (#232)
1 parent 8668786 commit 417b9f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

acyclic_steps/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ A step may depend on other steps, but cyclic dependencies will produce a
1010
compile-time error.
1111

1212
When a step is evaluated, the dependencies for the step is evaluated first.
13-
To the extend permitted by dependency constraints the steps depended upon will
13+
To the extent permitted by dependency constraints the steps depended upon will
1414
run concurrently. Steps can also be overriden to inject an initial value, or
1515
a mock/fake object during testing. The result from a `Step` is cached in the
1616
`Runner` object that evaluated the `Step`, this ensures that steps will not be

0 commit comments

Comments
 (0)