diff options
author | 2023-05-05 19:06:34 +0200 | |
---|---|---|
committer | 2023-05-11 19:20:58 +0200 | |
commit | f2a57de5c172ee8f20ee449b593b05e18b0314b8 (patch) | |
tree | dae1bbe7f8d203ad87e586941c1ac96018f58bed | |
parent | e3603d1d0531a4593c4c75863fc77162813cf34f (diff) | |
download | rtic-f2a57de5c172ee8f20ee449b593b05e18b0314b8.tar.gz rtic-f2a57de5c172ee8f20ee449b593b05e18b0314b8.tar.zst rtic-f2a57de5c172ee8f20ee449b593b05e18b0314b8.zip |
taste the rainbow!
-rw-r--r-- | book/en/src/by-example/app.md | 2 |
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 |