Skip to content

Commit 3d345e3

Browse files
committed
Merge pull request #245 from robinst/patch-1
Fix typo in documentation
2 parents 226cd4b + fddfad7 commit 3d345e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@
443443
//! proportional to the size of the input. As a stopgap, the DFA is only
444444
//! allowed to store a fixed number of states. (When the limit is reached, its
445445
//! states are wiped and continues on, possibly duplicating previous work. If
446-
//! the limit is reached too frequently, it gives up and hands control of to
446+
//! the limit is reached too frequently, it gives up and hands control off to
447447
//! another matching engine with fixed memory requirements.)
448448
449449
#![deny(missing_docs)]

0 commit comments

Comments
 (0)