Skip to content

Commit f0cb09c

Browse files
authored
Merge pull request #221 from Serene-Arc/doc-reference-fix
Fix duplicate link in doc reference
2 parents 5cd2d5e + 5922463 commit f0cb09c

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)