Skip to content

Commit 02552b9

Browse files
Fixed typo
1 parent 7919ffa commit 02552b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/intersection.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export function isDisjointWith<L, R>(
5757
*
5858
* 1. Word sets are guaranteed to be yielded in the order of increasing length. (Word sets of equal lengths may be
5959
* yielded in any order.)
60-
* 3. No character set of the yielded word sets is empty.
60+
* 2. No character set of the yielded word sets is empty.
6161
*
6262
* This is roughly equivalent to `NFA.fromIntersection(left, right).wordSets()` but implemented more efficiently.
6363
*

0 commit comments

Comments
 (0)