Skip to content

Commit 5922463

Browse files
committed
Fix doc reference
1 parent 5cd2d5e commit 5922463

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

governor/src/_guide.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
//! function arguments. The [`crate::RateLimiter`] type signatures
9393
//! tend to be pretty unwieldy for that, so this crate exports a pair
9494
//! of handy type aliases, [`crate::DefaultDirectRateLimiter`] and
95-
//! [`crate::DefaultDirectRateLimiter`].
95+
//! [`crate::DefaultKeyedRateLimiter`].
9696
//!
9797
//! Here's an example for embedding a direct rate limiter in a struct:
9898
//!

0 commit comments

Comments
 (0)