Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanplusplus authored Aug 10, 2023
1 parent c6d42e6 commit 43e5dee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Event queues allow work to be queued to another RTC or to move an between an int
- [`i_tiny_event_queue`](include/i_tiny_event_queue.h)
- [`tiny_event_queue`](include/tiny_event_queue.h)

### Messages Buses
### Message Buses
`tiny`'s message bus interface allows components to broadcast events within an application. See:
- [`i_tiny_message_bus`](include/i_tiny_message_bus.h)
- [`tiny_message_bus`](include/tiny_message_bus.h)
Expand Down

0 comments on commit 43e5dee

Please sign in to comment.