chore: fix typos (#7049)

This commit is contained in:
DaniPopes
2024-03-08 15:23:37 +01:00
committed by GitHub
parent 7fa35042dd
commit 3c028e5ef4
56 changed files with 93 additions and 93 deletions

View File

@ -447,7 +447,7 @@ impl<T: TransactionOrdering> PendingPool<T> {
/// Truncates the pool to the given [SubPoolLimit], removing transactions until the subpool
/// limits are met.
///
/// This attempts to remove transactions by rougly the same amount for each sender. For more
/// This attempts to remove transactions by roughly the same amount for each sender. For more
/// information on this exact process see docs for
/// [remove_to_limit](PendingPool::remove_to_limit).
///