aboutsummaryrefslogtreecommitdiff
path: root/embassy-time-queue-driver
diff options
context:
space:
mode:
authorVega Deftwing <[email protected]>2024-04-11 19:45:38 +0000
committerVega Deftwing <[email protected]>2024-04-11 19:45:38 +0000
commit9053b6b5b3a09e48ed5e2476a5f712c9796828d5 (patch)
treebabd8bcdabe0bc5ab595dde38672695f9e08f692 /embassy-time-queue-driver
parentf5f776f8157eca01cc4f3560807343889d8dcaef (diff)
Fix spelling and white space mistakes
Diffstat (limited to 'embassy-time-queue-driver')
-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.