Skip to content

Commit c7c30fe

Browse files
committed
Remove trailing space
1 parent d1b768a commit c7c30fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

events/include/events/EventQueue.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ class EventQueue : private mbed::NonCopyable<EventQueue> {
107107
* to terminate. When called with a timeout of 0, the dispatch function
108108
* does not wait and is IRQ safe.
109109
*
110-
* NOTE: Since the majority of the event library was updated to use
110+
* NOTE: Since the majority of the event library was updated to use
111111
* Chrono types (as part of the Mbed 6 release), this function will not
112112
* function as expected. Please update to use the new dispatch functions
113113
* to ensure correct functionality.

0 commit comments

Comments
 (0)