Skip to content

Commit

Permalink
Update src/async.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Leonardo L. <[email protected]>
  • Loading branch information
praveenperera and oleonardolima authored Nov 6, 2024
1 parent ca6cfe8 commit 1c7c311
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/async.rs
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ fn is_status_retryable(status: reqwest::StatusCode) -> bool {
/// Trait that defines the ability to sleep within an async runtime
#[async_trait]
pub trait Sleeper {
/// Wait until the specified `duration` has elapsed
/// Sleeps until the specified `duration` has elapsed.
async fn sleep(duration: Duration);
}

Expand Down

0 comments on commit 1c7c311

Please sign in to comment.