diff options
| author | Vega Deftwing <[email protected]> | 2024-04-11 19:45:38 +0000 |
|---|---|---|
| committer | Vega Deftwing <[email protected]> | 2024-04-11 19:45:38 +0000 |
| commit | 9053b6b5b3a09e48ed5e2476a5f712c9796828d5 (patch) | |
| tree | babd8bcdabe0bc5ab595dde38672695f9e08f692 /embassy-time-queue-driver | |
| parent | f5f776f8157eca01cc4f3560807343889d8dcaef (diff) | |
Fix spelling and white space mistakes
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. |
