From 04b933339b7401a2de6ed3fecb07b1960f866275 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Tue, 27 Sep 2016 15:45:23 +0300 Subject: [PATCH] typo fix... Signed-off-by: Alex A. Naanou --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7867b06..4da1f25 100644 --- a/README.md +++ b/README.md @@ -127,9 +127,9 @@ n non destructive manner (e.g. via a `throw`), all actions in a chain are guaranteed to be called, unless a fatal error condition. - **No argument shadowing** - The _extending_ has access to all the arguments that the user passed - but can not modify or reformat them before the _extended_ action gets - them. + The _extending_ action has access to all the arguments that the user + passed but can not modify or reformat them before the _extended_ action + gets them. - **No return shadowing / Single return point** The _extending_ action can not replace the object returned by the _extended_ action, though it can _cooperatively_ update/modify it if