mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-18 17:18:33 +00:00
typo
This commit is contained in:
parent
0986b14508
commit
dbfdbcf2b7
@ -253,7 +253,7 @@ export const pickOuter = register('pickOuter', function (lookup, pat) {
|
|||||||
return _pick(lookup, pat, false).outerJoin();
|
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.
|
* it wraps around, rather than sticking at the maximum value.
|
||||||
* @param {Pattern} pat
|
* @param {Pattern} pat
|
||||||
* @param {*} xs
|
* @param {*} xs
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user