From eb47c47c0638bd2ce6de7a5cf7e5ad70c44211d0 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Wed, 13 Sep 2017 01:39:45 +0300 Subject: [PATCH] minor doc fixes... 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 03302d6..c539482 100644 --- a/README.md +++ b/README.md @@ -141,8 +141,8 @@ n are ignored - **No state transferred via mixin** The only two things _inherited_ from the object defining the actions - via the mixin methods or `mix` function are properties and actions, - all data, including normal methods is discarded. + via the mixin methods or `mix` function are properties and methods/actions, + all data is discarded. **Notes:**