Skip to content

Commit f288ffb

Browse files
Update crates/tap-agent/src/backoff.rs
Co-authored-by: Joseph Livesey <[email protected]>
1 parent 6720252 commit f288ffb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/tap-agent/src/backoff.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ pub struct BackoffInfo {
2222
}
2323

2424
impl BackoffInfo {
25-
/// Callback represinging that a request succeed
25+
/// Callback representing a successful request
2626
///
2727
/// This resets the failed_count
2828
pub fn ok(&mut self) {

0 commit comments

Comments
 (0)