Missed an "and".

This commit is contained in:
James Howe 2023-06-23 21:19:00 +01:00 committed by Gareth J. Greenaway
parent 2215d92ab0
commit 8950f1198b

View file

@ -10,7 +10,7 @@ exist on the subject, to either execute in an imperative fashion where things
are executed in the order in which they are defined, or in a declarative
fashion where dependencies need to be mapped between objects.
Imperative ordering is deterministic generally considered easier to write, but
Imperative ordering is deterministic and generally considered easier to write, but
declarative ordering is much more powerful and flexible but generally considered
more difficult to create.