Skip to content

Commit

Permalink
fix minor spelling error in Poll::ready docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ast-ral authored Oct 12, 2021
1 parent 97e3b30 commit 5100630
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/core/src/task/poll.rs
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ impl<T> Poll<T> {
/// Extracts the successful type of a [`Poll<T>`].
///
/// When combined with the `?` operator, this function will
/// propogate any [`Poll::Pending`] values to the caller, and
/// propagate any [`Poll::Pending`] values to the caller, and
/// extract the `T` from [`Poll::Ready`].
///
/// # Examples
Expand Down

0 comments on commit 5100630

Please sign in to comment.