Skip to content

Commit ea6d32a

Browse files
committed
Fix typo in HACKING.md
1 parent aa124b1 commit ea6d32a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

HACKING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ regex library.
7474

7575
The compiler is in src/compile.rs. The input to the compiler is some abstract
7676
syntax for a regular expression and the output is a sequence of opcodes that
77-
matching engines use to execute a search. (One can think of matching engines at
77+
matching engines use to execute a search. (One can think of matching engines as
7878
mini virtual machines.) The sequence of opcodes is a particular encoding of a
7979
non-deterministic finite automaton. In particular, the opcodes explicitly rely
8080
on epsilon transitions.

0 commit comments

Comments
 (0)