diff --git a/README.md b/README.md index b851c1d..8abe3db 100644 --- a/README.md +++ b/README.md @@ -1797,6 +1797,7 @@ XXX only list the differences... This is like `Array`'s `.slice(..)` but does not support negative indexes. + #### `.map(..)` / `.filter(..)` / `.reduce(..)` / `.flat()` @@ -1888,7 +1889,6 @@ z.rename('a (2)', 'c') console.log([...z.keys()]) // -> ['a', 'a (1)', 'b', 'a (3)', 'c'] ``` - For more info on `Map` see: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Map @@ -1919,6 +1919,7 @@ Key updating is done via [`.__key_pattern__`](#unique-key-map__k Explicitly write an `` under `` as-is, this is like `Map`'s `.set(..)`. + #### `.rename(..)` ```bnf @@ -2175,8 +2176,8 @@ Event, triggered when a task is completed passing in its result. #### `FinalizableQueue(..)` / `FinalizableQueue.runTasks(..)` (Queue) -This is the similar as `Queue(..)` but adds two terminal states (`"done"` -and `"aborted"`) and a `promise`-mapping. +This is similar to `Queue(..)` but adds two terminal states (`"done"` and +`"aborted"`) and a `promise`-mapping. ```bnf FinalizableQueue.handle(, ...)