Skip to content

Commit

Permalink
Typos again
Browse files Browse the repository at this point in the history
  • Loading branch information
pfreixes committed Apr 27, 2024
1 parent f170624 commit 96d3823
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tokio/src/sync/notify.rs
Original file line number Diff line number Diff line change
Expand Up @@ -604,7 +604,7 @@ impl Notify {
/// Notifies the last waiting task.
///
/// This function behaves identically to `notify_one` but using a
/// LIFO algorithm to dequeue the waiters, if there are any.
/// LIFO algorithm to notify waiters from the queue, if there are any.
///
/// Check the `notify_one` documentation for more info and
/// examples.
Expand Down

0 comments on commit 96d3823

Please sign in to comment.