Update signal.mjs
typo
This commit is contained in:
parent
00c7da45c0
commit
d5e67fe13f
1 changed files with 2 additions and 2 deletions
|
|
@ -253,7 +253,7 @@ export const pickRestart = register('pickRestart', function (lookup, pat) {
|
||||||
return _pick(lookup, pat, false).trigzeroJoin();
|
return _pick(lookup, pat, false).trigzeroJoin();
|
||||||
});
|
});
|
||||||
|
|
||||||
/** * The same as `pickr`, but if you pick a number greater than the size of the list,
|
/** * The same as `pickRestart`, but if you pick a number greater than the size of the list,
|
||||||
* it wraps around, rather than sticking at the maximum value.
|
* it wraps around, rather than sticking at the maximum value.
|
||||||
* @param {Pattern} pat
|
* @param {Pattern} pat
|
||||||
* @param {*} xs
|
* @param {*} xs
|
||||||
|
|
@ -272,7 +272,7 @@ export const pickReset = register('pickReset', function (lookup, pat) {
|
||||||
return _pick(lookup, pat, false).trigJoin();
|
return _pick(lookup, pat, false).trigJoin();
|
||||||
});
|
});
|
||||||
|
|
||||||
/** * The same as `pickr`, but if you pick a number greater than the size of the list,
|
/** * The same as `pickReset`, but if you pick a number greater than the size of the list,
|
||||||
* it wraps around, rather than sticking at the maximum value.
|
* it wraps around, rather than sticking at the maximum value.
|
||||||
* @param {Pattern} pat
|
* @param {Pattern} pat
|
||||||
* @param {*} xs
|
* @param {*} xs
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue