Skip to content

Commit

Permalink
Update maitake/src/sync/wait_cell.rs
Browse files Browse the repository at this point in the history
Co-authored-by: James Munns <james@onevariable.com>
  • Loading branch information
hawkw and jamesmunns authored Jul 24, 2023
1 parent 57a5f93 commit 2e23891
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion maitake/src/sync/wait_cell.rs
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ impl WaitCell {
/// [`wake`] while the [`Waker`] was being registered.
/// - [`Poll::Ready`]`(`[`Err`](`[`Error::Closed`]`))` if the [`WaitCell`]
/// has been closed.
/// - [`Poll::Ready`]`(`[`Err`](`[`Error::Busy`]`)`) if another task wasre
/// - [`Poll::Ready`]`(`[`Err`](`[`Error::Busy`]`)`) if another task was
/// concurrently registering its [`Waker`] with this [`WaitCell`].
///
/// [`wake`]: Self::wake
Expand Down

0 comments on commit 2e23891

Please sign in to comment.