Skip to content

Commit 4f23a22

Browse files
committed
fix doc typo
1 parent 4e46bae commit 4f23a22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/regex_manager.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//! Compiled regexes can take up large amounts of memory. To reduce the overal memory footprint of
1+
//! Compiled regexes can take up large amounts of memory. To reduce the overall memory footprint of
22
//! the [`crate::Engine`], infrequently used regexes can be discarded. The [`RegexManager`] is
33
//! responsible for managing the storage of regexes used by filters.
44

0 commit comments

Comments
 (0)