Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
steffahn authored and taiki-e committed Dec 18, 2021
1 parent 6edf1a7 commit 5073eb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion futures-util/src/stream/select_with_strategy.rs
Expand Up @@ -81,7 +81,7 @@ pin_project! {
/// let mut out = select_with_strategy(left, right, prio_left);
///
/// for _ in 0..100 {
/// // Whenever we poll out, we will alwas get `1`.
/// // Whenever we poll out, we will always get `1`.
/// assert_eq!(1, out.select_next_some().await);
/// }
/// # });
Expand Down

0 comments on commit 5073eb9

Please sign in to comment.