diff options
Diffstat (limited to 'book')
| -rw-r--r-- | book/en/src/by-example/delay.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/book/en/src/by-example/delay.md b/book/en/src/by-example/delay.md index b99a4d1..4b5f246 100644 --- a/book/en/src/by-example/delay.md +++ b/book/en/src/by-example/delay.md @@ -21,7 +21,7 @@ A _software_ task can `await` the delay to expire: #[task] async fn foo(_cx: foo::Context) { ... - Systick::delay(100.millis()).await; + Mono::delay(100.millis()).await; ... } |
