Skip to content

Commit

Permalink
resolve ambiguous doc link
Browse files Browse the repository at this point in the history
  • Loading branch information
maminrayej committed Jan 31, 2025
1 parent 2a977c3 commit 8556e37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tokio/src/task/coop/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ fn with_budget<R>(budget: Budget, f: impl FnOnce() -> R) -> R {

/// Returns `true` if there is still budget left on the task.
///
/// This function is similar to [`consume_budget`], but doesn't decrement the
/// This function is similar to [`consume_budget()`], but doesn't decrement the
/// budget when non-zero.
///
/// # Examples
Expand Down

0 comments on commit 8556e37

Please sign in to comment.