Update tut01.rst

small typo fixes
This commit is contained in:
matthewgodding
2017-12-11 14:10:04 +00:00
committed by GitHub
parent 6b83d623ac
commit 53f8757b90

View File

@ -172,8 +172,8 @@ strategy). Actual behavior of an execution will depend on the strategy chosen, b
cases.
④ Before actually executing the `transformations`, the `ExecutorStrategy` instance will wrap each component in an
`execution context`, whose responsibility is to hold the state of the transformation. It enables to keep the
`transformations` stateless, while allowing to add an external state if required. We'll expand on this later.
`execution context`, whose responsibility is to hold the state of the transformation. It enables you to keep the
`transformations` stateless, while allowing you to add an external state if required. We'll expand on this later.
Concepts and definitions
::::::::::::::::::::::::