Update signal.mjs

Fixed pickr() description
This commit is contained in:
eefano 2024-02-18 16:21:50 +01:00
parent 23c55c9636
commit 03a73fb95e

View File

@ -244,9 +244,7 @@ export const pickmodF = register('pickmodF', function (lookup, funcs, pat) {
return pat.apply(pickmod(lookup, funcs));
});
/**
/** * Picks patterns (or plain values) either from a list (by index) or a lookup table (by name).
* Similar to `pick`, but restart() is invoked everytime a new index is triggered.
/** * Similar to `pick`, but restart() is invoked everytime a new index is triggered.
* In case of stacked indexes, collect() function is used to avoid multiple restarting triggers
* @param {Pattern} pat
* @param {*} xs