macros: add missing => in doc (#3638)

This commit is contained in:
Mihail Malo
2021-03-22 21:37:29 +01:00
committed by GitHub
parent 10abc45da1
commit 6f896d8846
+1 -1
View File
@@ -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