Skip to content

Commit 7118acf

Browse files
committed
Update docs
1 parent 57720dd commit 7118acf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/interaction/Events.markdown

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
layout: default
55
title: Events
66
parent: Interaction
7-
last_modified_at: 2024.03.06 14:54:12 +0100
7+
last_modified_at: 2024.03.06 16:20:27 +0100
88
nav_order: 90
99
has_children: false
1010
---
@@ -174,7 +174,7 @@ set the `postpone` argument to true:
174174
val doneWaiting = Event<Unit>("done-waiting", postpone = true)
175175
```
176176

177-
Now triggering the event does no longer send it immediately, but queues it.
177+
Now triggering the event no longer sends it immediately, but queues it.
178178
The second part of the solution is to actually deliver the queued events
179179
by calling `deliver()`.
180180

0 commit comments

Comments
 (0)