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.
1 parent 4e46bae commit 4f23a22Copy full SHA for 4f23a22
src/regex_manager.rs
@@ -1,4 +1,4 @@
1
-//! Compiled regexes can take up large amounts of memory. To reduce the overal memory footprint of
+//! Compiled regexes can take up large amounts of memory. To reduce the overall memory footprint of
2
//! the [`crate::Engine`], infrequently used regexes can be discarded. The [`RegexManager`] is
3
//! responsible for managing the storage of regexes used by filters.
4
0 commit comments