Update tut01.rst
small typo fixes
This commit is contained in:
@ -172,8 +172,8 @@ strategy). Actual behavior of an execution will depend on the strategy chosen, b
|
|||||||
cases.
|
cases.
|
||||||
|
|
||||||
④ Before actually executing the `transformations`, the `ExecutorStrategy` instance will wrap each component in an
|
④ 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
|
`execution context`, whose responsibility is to hold the state of the transformation. It enables you to keep the
|
||||||
`transformations` stateless, while allowing to add an external state if required. We'll expand on this later.
|
`transformations` stateless, while allowing you to add an external state if required. We'll expand on this later.
|
||||||
|
|
||||||
Concepts and definitions
|
Concepts and definitions
|
||||||
::::::::::::::::::::::::
|
::::::::::::::::::::::::
|
||||||
|
|||||||
Reference in New Issue
Block a user