Skip to content

Commit c305c18

Browse files
cyril-marpaudAfoHT
authored andcommitted
Fix typo in monotonics migration documentation
1 parent dbc5d3c commit c305c18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/en/src/migration_v1_v2/monotonics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ In previous versions of `rtic`, monotonics were an integral, tightly coupled par
44

55
The `#[monotonic]` attribute is no longer used. Instead, you use a `create_X_token` from [`rtic-monotonics`]. An invocation of this macro returns an interrupt registration token, which can be used to construct an instance of your desired monotonic.
66

7-
`spawn_after` and `spawn_at` are no longer available. Instead, you use the async functions `delay` and `delay_until` provided by ipmlementations of the `rtic_time::Monotonic` trait, available through [`rtic-monotonics`].
7+
`spawn_after` and `spawn_at` are no longer available. Instead, you use the async functions `delay` and `delay_until` provided by implementations of the `rtic_time::Monotonic` trait, available through [`rtic-monotonics`].
88

99
Check out the [code example](./complete_example.md) for an overview of the required changes.
1010

0 commit comments

Comments
 (0)