Skip to content

Commit 96456dd

Browse files
authored
doc: fix internal typo
PR #714
1 parent a115772 commit 96456dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pikevm.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
//
99
// It can do more than the DFA can (specifically, record capture locations
1010
// and execute Unicode word boundary assertions), but at a slower speed.
11-
// Specifically, the Pike VM exectues a DFA implicitly by repeatedly expanding
11+
// Specifically, the Pike VM executes a DFA implicitly by repeatedly expanding
1212
// epsilon transitions. That is, the Pike VM engine can be in multiple states
1313
// at once where as the DFA is only ever in one state at a time.
1414
//

0 commit comments

Comments
 (0)