We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 139e4bc commit d3f7004Copy full SHA for d3f7004
rate-limit/src/lib.rs
@@ -67,7 +67,7 @@ pub mod module {
67
/// The maximum length of KeyFilter inner key.
68
pub const MAX_FILTER_KEY_LENGTH: u32 = 256;
69
70
- /// Match rules to fitler key is in bypass whitelist.
+ /// Match rules to filter key is in bypass whitelist.
71
#[derive(
72
PartialOrd,
73
Ord,
0 commit comments