doc: fix typo on select macro (#2622)

This commit is contained in:
s0lst1ce
2020-06-15 15:30:50 +02:00
committed by GitHub
parent d2f81b506a
commit 2bc6bc14a8
+1 -1
View File
@@ -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.