We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7919ffa commit 02552b9Copy full SHA for 02552b9
1 file changed
src/intersection.ts
@@ -57,7 +57,7 @@ export function isDisjointWith<L, R>(
57
*
58
* 1. Word sets are guaranteed to be yielded in the order of increasing length. (Word sets of equal lengths may be
59
* yielded in any order.)
60
- * 3. No character set of the yielded word sets is empty.
+ * 2. No character set of the yielded word sets is empty.
61
62
* This is roughly equivalent to `NFA.fromIntersection(left, right).wordSets()` but implemented more efficiently.
63
0 commit comments