We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a115772 commit 96456ddCopy full SHA for 96456dd
src/pikevm.rs
@@ -8,7 +8,7 @@
8
//
9
// It can do more than the DFA can (specifically, record capture locations
10
// and execute Unicode word boundary assertions), but at a slower speed.
11
-// Specifically, the Pike VM exectues a DFA implicitly by repeatedly expanding
+// Specifically, the Pike VM executes a DFA implicitly by repeatedly expanding
12
// epsilon transitions. That is, the Pike VM engine can be in multiple states
13
// at once where as the DFA is only ever in one state at a time.
14
0 commit comments