From 4aea86165e23d68fbbb84eb9f319241fc976f309 Mon Sep 17 00:00:00 2001 From: Hsu Still <341464@gmail.com> Date: Thu, 28 Sep 2017 12:31:27 +0800 Subject: [PATCH] Missed a tilda --- docs/guides/concepts/events.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/concepts/events.md b/docs/guides/concepts/events.md index 4b8d627a2..f551f2617 100644 --- a/docs/guides/concepts/events.md +++ b/docs/guides/concepts/events.md @@ -8,7 +8,7 @@ convention, with the exception that every event must be of the type event's parameters are passed directly into the handler. This allows for events to be handled in an async context directly -instead of relying on async void`. +instead of relying on `async void`. ### Usage