aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Henrik Tjäder <henrik@grepit.se> 2022-02-10 09:07:36 +0100
committerGravatar Henrik Tjäder <henrik@grepit.se> 2022-02-15 20:08:38 +0100
commitda25327226342bcb87d7962a36f86f31fac71ef5 (patch)
tree4e80552fda92aefe802bd58668e2b08f2c824b3f
parent886183066d3bb8c359aaf6442e9201bab8cd4694 (diff)
downloadrtic-da25327226342bcb87d7962a36f86f31fac71ef5.tar.gz
rtic-da25327226342bcb87d7962a36f86f31fac71ef5.tar.zst
rtic-da25327226342bcb87d7962a36f86f31fac71ef5.zip
Create tiny change
-rw-r--r--CHANGELOG.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2bd1829d..045db8ce 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -15,7 +15,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Use rust-cache Github Action
- CI changelog entry enforcer
- `examples/periodic-at.rs`, an example of a periodic timer without accumulated drift.
-- `examples/periodic-at2.rs`, an example of a periodic process with two tasks, with offset timing. Here we depict two alternative usages of the timer type, explicit and trait based.
+- `examples/periodic-at2.rs`, an example of a periodic process with two tasks, with offset timing.
+ Here we depict two alternative usages of the timer type, explicit and trait based.
- book: Update `Monotonic` tips.
### Fixed