diff --git a/book/en/src/by-example/app.md b/book/en/src/by-example/app.md index 8450bb9347..fae13cbdd6 100644 --- a/book/en/src/by-example/app.md +++ b/book/en/src/by-example/app.md @@ -24,7 +24,7 @@ Overall, the generated code infers no additional overhead in comparison to a han ## An RTIC application example -To give a flavour of RTIC, the following example contains commonly used features. +To give a taste of RTIC, the following example contains commonly used features. In the following sections we will go through each feature in detail. ``` rust,noplayground