From 53f8757b90a0d54a7dafe3dba5c726428571cb8f Mon Sep 17 00:00:00 2001 From: matthewgodding <34448893+matthewgodding@users.noreply.github.com> Date: Mon, 11 Dec 2017 14:10:04 +0000 Subject: [PATCH] Update tut01.rst small typo fixes --- docs/tutorial/tut01.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tutorial/tut01.rst b/docs/tutorial/tut01.rst index d6aa604..75695ac 100644 --- a/docs/tutorial/tut01.rst +++ b/docs/tutorial/tut01.rst @@ -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 ::::::::::::::::::::::::