From 8011f9f123c921694cce27c41907eca0585f696b Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sun, 24 May 2020 00:49:51 +0300 Subject: [PATCH] docs tweaking... Signed-off-by: Alex A. Naanou --- README.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index f5823dc..fecb913 100755 --- a/README.md +++ b/README.md @@ -484,16 +484,17 @@ The `callback(..)` controls the output of `sources(..)` by returning one of the following: - `object.STOP` - This will make `sources(..)` stop and return the `` including - the object that triggered the _stop_. + This will make `sources(..)` stop and return the `` up to and + including the object that triggered the _stop_. - `undefined` - Return the object triggering `callback(..)` in `` as-is. + Add the object triggering `callback(..)` in `` as-is and continue. - array - The containing values will be merged into the result list. This is a - way to either skip an object by returning `[]` or multiple values - instead of one. + The containing values will be merged into the result list and continue. + This is a way to either skip an object by returning `[]` or multiple + values instead of one. - `` - Returned as-is instead of the object triggering `callback(..)`. + Add to the resulting `` as-is instead of the object triggering + `callback(..)` and continue. ### `values(..)`