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 672112d commit 193ef5cCopy full SHA for 193ef5c
crates/tap-agent/src/tracker.rs
@@ -57,6 +57,6 @@ pub trait AllocationStats<U> {
57
///
58
/// Pending fees are usually fees that not eligible to trigger a RAV,
59
/// 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
+ /// requesting, so this should return a value that doesn't contain that allocation
61
fn get_valid_fee(&mut self) -> u128;
62
}
0 commit comments