http: rate limited stream: fix typo in rustdoc comment

Signed-off-by: Lukas Wagner <l.wagner@proxmox.com>
This commit is contained in:
Lukas Wagner 2023-09-21 13:19:26 +02:00 committed by Thomas Lamprecht
parent f844271990
commit 3ac6f2d9c0

View File

@ -59,7 +59,7 @@ impl<S> RateLimitedStream<S> {
/// Creates a new instance with limiter update callback.
///
/// The fuction is called every minute to update/change the used limiters.
/// The function is called every minute to update/change the used limiters.
///
/// Note: This function is called within an async context, so it
/// should be fast and must not block.