fix: typo on docs causing problems with autocompletion. (#1350)
* fix: scramble and shuffle comments * fix: comments on themes,docs, tests and more
This commit is contained in:
parent
1341bd9c92
commit
5c3501caa4
18 changed files with 100 additions and 48 deletions
|
|
@ -156,8 +156,7 @@ export const pickmodReset = register('pickmodReset', function (lookup, pat) {
|
|||
return _pick(lookup, pat, true).resetJoin();
|
||||
});
|
||||
|
||||
/**
|
||||
/** * Picks patterns (or plain values) either from a list (by index) or a lookup table (by name).
|
||||
/** Picks patterns (or plain values) either from a list (by index) or a lookup table (by name).
|
||||
* Similar to `pick`, but cycles are squeezed into the target ('inhabited') pattern.
|
||||
* @name inhabit
|
||||
* @synonyms pickSqueeze
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue