From cc9c9c55e2540dfe290a239af92a5bbc35125470 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Fri, 8 May 2020 04:19:48 +0300 Subject: [PATCH] docs... Signed-off-by: Alex A. Naanou --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c81948d..2166998 100755 --- a/README.md +++ b/README.md @@ -542,14 +542,16 @@ hasMixin(, ) ### `mixout(..)` -Remove the first match for each object out of a prototype chain +Remove the _first_ match for each input object out of a prototype chain +of _base_ ``` mixout(, , ..) mixout(, 'first', , ..) -> ``` -Remove all occurrences of each object out of a prototype chain +Remove _all_ occurrences of each input object out of a prototype chain +of _base_ ``` mixout(, 'all', , ..) ->