Skip to content

Commit 3f4a551

Browse files
authored
Update README.md
1 parent 35d4c4d commit 3f4a551

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ TaskManagerIO library is not a full RTOS, rather it can be used on top of FreeRT
8787

8888
## Important notes around scheduling tasks and events
8989

90-
TaskManaagerIO is a cooperative scheduler, and cooperative schedulers by their very nature have unfair semantics. In practice this means that you should not create repeating events or fixed rate schedules that have a 0 delay, if you do, no other tasks will run because the one with 0 delay will always win.
90+
TaskManagerIO is a cooperative scheduler, and cooperative schedulers by their very nature have unfair semantics. In practice this means that you should not create repeating events or fixed rate schedules that have a 0 delay, if you do, no other tasks will run because the one with 0 delay will always win.
9191

9292
## Multi-tasking - advanced usage
9393

0 commit comments

Comments
 (0)