Skip to content

Commit

Permalink
doc: fix typo on select macro (#2622)
Browse files Browse the repository at this point in the history
  • Loading branch information
s0lst1ce authored Jun 15, 2020
1 parent d2f81b5 commit 2bc6bc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tokio/src/macros/select.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
///
/// The complete lifecycle of a `select!` expression is as follows:
///
/// 1. Evaluate all provded `<precondition>` expressions. If the precondition
/// 1. Evaluate all provided `<precondition>` expressions. If the precondition
/// returns `false`, disable the branch for the remainder of the current call
/// to `select!`. Re-entering `select!` due to a loop clears the "disabled"
/// state.
Expand Down

0 comments on commit 2bc6bc1

Please sign in to comment.