We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97e3b30 commit 5100630Copy full SHA for 5100630
library/core/src/task/poll.rs
@@ -97,7 +97,7 @@ impl<T> Poll<T> {
97
/// Extracts the successful type of a [`Poll<T>`].
98
///
99
/// When combined with the `?` operator, this function will
100
- /// propogate any [`Poll::Pending`] values to the caller, and
+ /// propagate any [`Poll::Pending`] values to the caller, and
101
/// extract the `T` from [`Poll::Ready`].
102
103
/// # Examples
0 commit comments