Skip to content

Commit aa693ca

Browse files
committed
fixup! has type
1 parent ed779d8 commit aa693ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/patterns/src/types.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -381,11 +381,11 @@ export {};
381381
* but is provided to minimize surprise.
382382
*
383383
* @property {(elementPatt?: Pattern,
384-
* countPatt?: Pattern,
384+
* bound?: bigint,
385385
* limits?: Limits
386386
* ) => Matcher} has
387387
* Matches any array, CopySet, or CopyBag in which the bigint number of
388-
* elements that match `elementPatt` is a number that matches `countPatt`.
388+
* elements that match `elementPatt` is >= `bound` (which defaults to `1n`).
389389
*
390390
* @property {(keyPatt?: Pattern,
391391
* valuePatt?: Pattern,

0 commit comments

Comments
 (0)