mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-09-01 00:00:10 +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:
|
/// 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
|
/// returns `false`, disable the branch for the remainder of the current call
|
||||||
/// to `select!`. Re-entering `select!` due to a loop clears the "disabled"
|
/// to `select!`. Re-entering `select!` due to a loop clears the "disabled"
|
||||||
/// state.
|
/// state.
|
||||||
|
|||||||
Reference in New Issue
Block a user