diff --git a/tokio/src/macros/select.rs b/tokio/src/macros/select.rs index ed41fb08b..3ba16b615 100644 --- a/tokio/src/macros/select.rs +++ b/tokio/src/macros/select.rs @@ -14,7 +14,7 @@ /// branch, which evaluates if none of the other branches match their patterns: /// /// ```text -/// else +/// else => /// ``` /// /// The macro aggregates all `` expressions and runs them