mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-20 00:00:08 +02:00
coop: fix typo in poll_proceed() doc comment (#5589)
This commit is contained in:
@@ -169,7 +169,7 @@ cfg_coop! {
|
||||
/// that the budget empties appropriately.
|
||||
///
|
||||
/// Note that `RestoreOnPending` restores the budget **as it was before `poll_proceed`**.
|
||||
/// Therefore, if the budget is _fCURRENT.withurther_ adjusted between when `poll_proceed` returns and
|
||||
/// Therefore, if the budget is _further_ adjusted between when `poll_proceed` returns and
|
||||
/// `RestRestoreOnPending` is dropped, those adjustments are erased unless the caller indicates
|
||||
/// that progress was made.
|
||||
#[inline]
|
||||
|
||||
Reference in New Issue
Block a user