aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Emil Fresk <emil.fresk@gmail.com> 2023-12-04 18:18:42 +0100
committerGravatar GitHub <noreply@github.com> 2023-12-04 18:18:42 +0100
commit21191e1b234c9e62cc234ddb7cbe32e5f79671eb (patch)
tree1321d87664618ba1ff9df9d42ad9ed1787dce157
parentc227a71d243db6d539f3c64e3b4bb1b3ab282693 (diff)
downloadrtic-21191e1b234c9e62cc234ddb7cbe32e5f79671eb.tar.gz
rtic-21191e1b234c9e62cc234ddb7cbe32e5f79671eb.tar.zst
rtic-21191e1b234c9e62cc234ddb7cbe32e5f79671eb.zip
Fix small error in readme (#856)
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 2f63c27c..950ac91c 100644
--- a/README.md
+++ b/README.md
@@ -19,8 +19,8 @@ A concurrency framework for building real-time systems.
- **Message passing** between tasks. Specifically, messages can be passed to
software tasks at spawn time.
-- **A timer queue** [^2]. Software tasks can be scheduled to run at some time
- in the future. This feature can be used to implement periodic tasks.
+- **A timer queue** [^2]. Software tasks can be delayed or scheduled to continue running
+ at some time in the future. This feature can be used to implement periodic tasks.
- Support for prioritization of tasks and, thus, **preemptive multitasking**.