aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar datdenkikniet <jcdra1@gmail.com> 2023-05-05 19:06:34 +0200
committerGravatar datdenkikniet <jcdra1@gmail.com> 2023-05-11 19:20:58 +0200
commitf2a57de5c172ee8f20ee449b593b05e18b0314b8 (patch)
treedae1bbe7f8d203ad87e586941c1ac96018f58bed
parente3603d1d0531a4593c4c75863fc77162813cf34f (diff)
downloadrtic-f2a57de5c172ee8f20ee449b593b05e18b0314b8.tar.gz
rtic-f2a57de5c172ee8f20ee449b593b05e18b0314b8.tar.zst
rtic-f2a57de5c172ee8f20ee449b593b05e18b0314b8.zip
taste the rainbow!
-rw-r--r--book/en/src/by-example/app.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/book/en/src/by-example/app.md b/book/en/src/by-example/app.md
index 8450bb93..fae13cbd 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