From 9e9b36335a863e8f7318dea7f212fb619719a49a Mon Sep 17 00:00:00 2001 From: Brian Morin Date: Sun, 19 Jan 2025 23:52:17 -0800 Subject: [PATCH] Fix typeo --- riven/src/req/token_bucket.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/riven/src/req/token_bucket.rs b/riven/src/req/token_bucket.rs index 758d19e..1bc6f0e 100644 --- a/riven/src/req/token_bucket.rs +++ b/riven/src/req/token_bucket.rs @@ -16,7 +16,7 @@ pub trait TokenBucket { /// Get the amount of capcaity available in the bucket. /// # Returns /// a float representing the amount of capacity available in the bucket from 1.0 to 0.0. - /// returns -1.0 if wer're at least one reuqest into our burst capacity. + /// returns -1.0 if wer're at least one request into our burst capacity. fn get_capacity(&self) -> f32; /// Get the duration til the next available token, or None if a token