Skip to content

Commit 897a39b

Browse files
Fixed typo
1 parent 2bff932 commit 897a39b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
### Breaking changes
2323

24-
- Remove `NFA.fromDFA` and `NFA.fromNFA`. Use `{DFA,NFA}.fromFA` instead.
24+
- Remove `NFA.fromDFA` and `DFA.fromNFA`. Use `{DFA,NFA}.fromFA` instead.
2525
- Renamed `NFA#removeEmptyWord` to `NFA#withoutEmptyWord`.
2626
- All `NFA`/`DFA`-specific interfaces/classes now live in the `NFA`/`DFA` namespace.
2727

0 commit comments

Comments
 (0)