coop: fix typo in poll_proceed() doc comment (#5589)

This commit is contained in:
teor
2023-03-30 13:25:05 +02:00
committed by GitHub
parent d63d659078
commit 3c403d6ee8
+1 -1
View File
@@ -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]