From f21fef66cfad058d4bc544fe673af569d291803a Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Wed, 6 May 2020 05:38:52 +0300 Subject: [PATCH] cleanup... Signed-off-by: Alex A. Naanou --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3477eb9..67497ba 100755 --- a/README.md +++ b/README.md @@ -270,7 +270,7 @@ m = o.mixout(m, utilityMixin) ``` The mixed-in data is removed iff an object is found in the chain with the -same number of attributes as `utilityMixin` and with each attribute matching +same attributes as `utilityMixin` and with each attribute matching identity with the corresponding attribute in the mixin.