mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-17 00:00:11 +02:00
macros: add missing => in doc (#3638)
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
/// branch, which evaluates if none of the other branches match their patterns:
|
||||
///
|
||||
/// ```text
|
||||
/// else <expression>
|
||||
/// else => <expression>
|
||||
/// ```
|
||||
///
|
||||
/// The macro aggregates all `<async expression>` expressions and runs them
|
||||
|
||||
Reference in New Issue
Block a user