diff --git a/examples/async-infinite-loop.rs b/examples/async-infinite-loop.rs index 602387b6ca..7615818d3c 100644 --- a/examples/async-infinite-loop.rs +++ b/examples/async-infinite-loop.rs @@ -38,7 +38,7 @@ mod app { } } - // Infinite loops are not allowed in RTIC, however in async tasks they are - in there is an + // Infinite loops are not allowed in RTIC, however in async tasks they are - if there is an // await inside the loop. #[task] async fn foo(_cx: foo::Context) {