We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 226cd4b + fddfad7 commit 3d345e3Copy full SHA for 3d345e3
src/lib.rs
@@ -443,7 +443,7 @@
443
//! proportional to the size of the input. As a stopgap, the DFA is only
444
//! allowed to store a fixed number of states. (When the limit is reached, its
445
//! 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
+//! the limit is reached too frequently, it gives up and hands control off to
447
//! another matching engine with fixed memory requirements.)
448
449
#![deny(missing_docs)]
0 commit comments