mirror of
https://github.com/embassy-rs/embassy.git
synced 2025-10-02 14:44:32 +00:00
Fix: typo
This commit is contained in:
parent
9cbbedef79
commit
fe68308958
@ -13,7 +13,7 @@ use core::task::Poll;
|
|||||||
///
|
///
|
||||||
/// **Note**: this implementation uses a busy loop to poll the value,
|
/// **Note**: this implementation uses a busy loop to poll the value,
|
||||||
/// which is not as efficient as registering a dedicated `Waker`.
|
/// which is not as efficient as registering a dedicated `Waker`.
|
||||||
/// However, the if the usecase for is to initialize a static variable
|
/// However, if the usecase for it is to initialize a static variable
|
||||||
/// relatively early in the program life cycle, it should be fine.
|
/// relatively early in the program life cycle, it should be fine.
|
||||||
///
|
///
|
||||||
/// # Example
|
/// # Example
|
||||||
|
Loading…
x
Reference in New Issue
Block a user