Skip to content

Commit 949cab5

Browse files
gibson042erights
andcommitted
fixup! fixup: docs(patterns): Update containerHasSplit for docs.endojs.org
Co-authored-by: Mark S. Miller <erights@users.noreply.github.com>
1 parent 3e3cf72 commit 949cab5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/patterns/src/patterns/patternMatchers.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1421,7 +1421,7 @@ const makePatternKit = () => {
14211421
* considered beyond a best-effort attempt to align with intuition).
14221422
* If the specimen does not contain enough matching instances, this function
14231423
* terminates as directed by `reject` (i.e., either returning `false` or
1424-
* throwing an exception).
1424+
* throwing an error).
14251425
*
14261426
* @typedef {CopyArray | CopySet | CopyBag} Container
14271427
* @param {Container} specimen

0 commit comments

Comments
 (0)