boinkor-net / governor

A rate-limiting library for Rust (f.k.a. ratelimit_meter)
https://github.com/boinkor-net/governor
MIT License
579 stars 45 forks source link

Fix duplicate link in doc reference #221

Closed Serene-Arc closed 8 months ago

Serene-Arc commented 8 months ago

In the guide, there is a duplicate reference for the DefaultDirectRateLimiter under the heading Type signatures for rate limiters. This fixes the second so it points to the keyed rate limiter instead, since I presume that's what it was supposed to be.

codecov[bot] commented 8 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (5cd2d5e) 98.19% compared to head (5922463) 98.25%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #221 +/- ## ========================================== + Coverage 98.19% 98.25% +0.06% ========================================== Files 31 31 Lines 2271 2182 -89 ========================================== - Hits 2230 2144 -86 + Misses 41 38 -3 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

antifuchs commented 8 months ago

This looks great, thank you very much for the contribution!