This commit is contained in:
eefano 2024-02-25 14:39:38 +01:00
parent 0986b14508
commit dbfdbcf2b7

View File

@ -253,7 +253,7 @@ export const pickOuter = register('pickOuter', function (lookup, pat) {
return _pick(lookup, pat, false).outerJoin();
});
/** * The same as `pickRestart`, but if you pick a number greater than the size of the list,
/** * The same as `pickOuter`, but if you pick a number greater than the size of the list,
* it wraps around, rather than sticking at the maximum value.
* @param {Pattern} pat
* @param {*} xs