Skip to content

Commit 4466bb7

Browse files
committed
Merge pull request #170 from badboy/patch-1
Fix typo in HACKING.md
2 parents aa124b1 + ea6d32a commit 4466bb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

HACKING.md

+1-1
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)