mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-14 00:00:12 +02:00
doc: fix typo on select macro (#2622)
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user