We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6720252 commit f288ffbCopy full SHA for f288ffb
crates/tap-agent/src/backoff.rs
@@ -22,7 +22,7 @@ pub struct BackoffInfo {
22
}
23
24
impl BackoffInfo {
25
- /// Callback represinging that a request succeed
+ /// Callback representing a successful request
26
///
27
/// This resets the failed_count
28
pub fn ok(&mut self) {
0 commit comments