Skip to content

Commit 956e5ce

Browse files
authored
Update Event.h
1 parent a07c00e commit 956e5ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

events/include/events/Event.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ class Event<void(ArgTs...)> {
228228

229229
/** Cancels the most recently posted event
230230
*
231-
* Attempts to cancel the most recently posted event. It is safe to call
231+
* Attempts to cancel the most recently posted event. It is not safe to call
232232
* cancel after an event has already been dispatched.
233233
*
234234
* The cancel function is IRQ safe.

0 commit comments

Comments
 (0)