Skip to content

Commit 5073eb9

Browse files
steffahntaiki-e
authored andcommitted
Fix a typo
1 parent 6edf1a7 commit 5073eb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

futures-util/src/stream/select_with_strategy.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ pin_project! {
8181
/// let mut out = select_with_strategy(left, right, prio_left);
8282
///
8383
/// for _ in 0..100 {
84-
/// // Whenever we poll out, we will alwas get `1`.
84+
/// // Whenever we poll out, we will always get `1`.
8585
/// assert_eq!(1, out.select_next_some().await);
8686
/// }
8787
/// # });

0 commit comments

Comments
 (0)