Skip to content

Commit 193ef5c

Browse files
Update crates/tap-agent/src/tracker.rs
Co-authored-by: Joseph Livesey <[email protected]>
1 parent 672112d commit 193ef5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/tap-agent/src/tracker.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,6 @@ pub trait AllocationStats<U> {
5757
///
5858
/// Pending fees are usually fees that not eligible to trigger a RAV,
5959
/// for example, you don't want to trigger a Rav Request if your only allocation is currently
60-
/// requesting, so this should return a value that don't contains that allocation
60+
/// requesting, so this should return a value that doesn't contain that allocation
6161
fn get_valid_fee(&mut self) -> u128;
6262
}

0 commit comments

Comments
 (0)