diff options
| author | Dario Nieuwenhuis <[email protected]> | 2024-04-11 22:59:50 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-04-11 22:59:50 +0200 |
| commit | 2a157585d158077c8ce4bb7bcb809cd9d4572deb (patch) | |
| tree | 50954a83c900633039228ecb5b047db72f723c2c /embassy-time-queue-driver | |
| parent | b74a4394dba0fe6f8816ad91182ab2d694688017 (diff) | |
| parent | a3f8048877e658493b9147a122fab2c788463591 (diff) | |
Merge pull request #2803 from VegaDeftwing/spelling-and-shellcheck
Spelling and whitespace fixes
Diffstat (limited to 'embassy-time-queue-driver')
| -rw-r--r-- | embassy-time-queue-driver/README.md | 2 |
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 | ||
| 5 | You should rarely need to use this crate directly. Only use it when implementing your own timer queue. | 5 | You should rarely need to use this crate directly. Only use it when implementing your own timer queue. |
| 6 | 6 | ||
| 7 | There is two timer queue implementations, one in `embassy-time` enabled by the `generic-queue` feature, and | 7 | There is two timer queue implementations, one in `embassy-time` enabled by the `generic-queue` feature, and |
| 8 | another in `embassy-executor` enabled by the `integrated-timers` feature. | 8 | another in `embassy-executor` enabled by the `integrated-timers` feature. |
