From 606f48a4d7b42c2575fe7601d1163436d1f5bc02 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Tue, 23 Aug 2016 21:49:58 +0300 Subject: [PATCH] working on docs.. Signed-off-by: Alex A. Naanou --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b39d07c..b97ef0c 100644 --- a/README.md +++ b/README.md @@ -116,13 +116,13 @@ Root Action o---|---x - a method, created by `Action(..)`, - calls all the shadowed/overloaded actions in the inheritance - chain in sequence implicitly, + chain in sequence implicitly, **Notes:** - there is no way to prevent an action in the chain from running, this is by design, i.e. no way to fully shadow. - actions that do not shadow anything are called root actions. - returns the action set by default (for call chaining), -- the base/root action can return any value. +- the base/root action can return any value. **Notes:** - if undefined is returned, it will be replaced by the action context/action set.