We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6edf1a7 commit 5073eb9Copy full SHA for 5073eb9
futures-util/src/stream/select_with_strategy.rs
@@ -81,7 +81,7 @@ pin_project! {
81
/// let mut out = select_with_strategy(left, right, prio_left);
82
///
83
/// for _ in 0..100 {
84
-/// // Whenever we poll out, we will alwas get `1`.
+/// // Whenever we poll out, we will always get `1`.
85
/// assert_eq!(1, out.select_next_some().await);
86
/// }
87
/// # });
0 commit comments