Browse Source

Missed a tilda

pull/826/head
Hsu Still 8 years ago
parent
commit
4aea86165e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      docs/guides/concepts/events.md

+ 1
- 1
docs/guides/concepts/events.md View File

@@ -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. event's parameters are passed directly into the handler.


This allows for events to be handled in an async context directly 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 ### Usage




Loading…
Cancel
Save