aboutsummaryrefslogtreecommitdiff
path: root/embassy-time-queue-driver/README.md
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2024-04-11 22:59:50 +0200
committerGitHub <[email protected]>2024-04-11 22:59:50 +0200
commit2a157585d158077c8ce4bb7bcb809cd9d4572deb (patch)
tree50954a83c900633039228ecb5b047db72f723c2c /embassy-time-queue-driver/README.md
parentb74a4394dba0fe6f8816ad91182ab2d694688017 (diff)
parenta3f8048877e658493b9147a122fab2c788463591 (diff)
Merge pull request #2803 from VegaDeftwing/spelling-and-shellcheck
Spelling and whitespace fixes
Diffstat (limited to 'embassy-time-queue-driver/README.md')
-rw-r--r--embassy-time-queue-driver/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-time-queue-driver/README.md b/embassy-time-queue-driver/README.md
index 8852b0358..b9fb12d94 100644
--- a/embassy-time-queue-driver/README.md
+++ b/embassy-time-queue-driver/README.md
@@ -4,5 +4,5 @@ This crate contains the driver trait used by the [`embassy-time`](https://crates
4 4
5You should rarely need to use this crate directly. Only use it when implementing your own timer queue. 5You should rarely need to use this crate directly. Only use it when implementing your own timer queue.
6 6
7There is two timer queue implementations, one in `embassy-time` enabled by the `generic-queue` feature, and 7There is two timer queue implementations, one in `embassy-time` enabled by the `generic-queue` feature, and
8another in `embassy-executor` enabled by the `integrated-timers` feature. 8another in `embassy-executor` enabled by the `integrated-timers` feature.