aboutsummaryrefslogtreecommitdiff
path: root/src/macros/select.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/macros/select.rs')
-rw-r--r--src/macros/select.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/macros/select.rs b/src/macros/select.rs
index 3ba16b6..f98ebff 100644
--- a/src/macros/select.rs
+++ b/src/macros/select.rs
@@ -154,7 +154,7 @@
/// `select!` panics if all branches are disabled **and** there is no provided
/// `else` branch. A branch is disabled when the provided `if` precondition
/// returns `false` **or** when the pattern does not match the result of `<async
-/// expression>.
+/// expression>`.
///
/// # Examples
///