We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57720dd commit 7118acfCopy full SHA for 7118acf
docs/interaction/Events.markdown
@@ -4,7 +4,7 @@
4
layout: default
5
title: Events
6
parent: Interaction
7
-last_modified_at: 2024.03.06 14:54:12 +0100
+last_modified_at: 2024.03.06 16:20:27 +0100
8
nav_order: 90
9
has_children: false
10
---
@@ -174,7 +174,7 @@ set the `postpone` argument to true:
174
val doneWaiting = Event<Unit>("done-waiting", postpone = true)
175
```
176
177
-Now triggering the event does no longer send it immediately, but queues it.
+Now triggering the event no longer sends it immediately, but queues it.
178
The second part of the solution is to actually deliver the queued events
179
by calling `deliver()`.
180
0 commit comments