aboutsummaryrefslogtreecommitdiff
path: root/book
diff options
context:
space:
mode:
authorperlindgren <per.lindgren@ltu.se>2021-12-21 19:43:45 +0100
committerGitHub <noreply@github.com>2021-12-21 19:43:45 +0100
commit278207e2ec02b00e8719d983f499e202276e3359 (patch)
tree8a7af47b1a97673a46532d38caf507947a8e1312 /book
parent1b1b077961421f9c174edb1ed793ee055ed489de (diff)
Update monotonic.md
high granularity -> fine grained
Diffstat (limited to 'book')
-rw-r--r--book/en/src/by-example/monotonic.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/book/en/src/by-example/monotonic.md b/book/en/src/by-example/monotonic.md
index fc20dd4..0c8e15a 100644
--- a/book/en/src/by-example/monotonic.md
+++ b/book/en/src/by-example/monotonic.md
@@ -10,7 +10,7 @@ The `#[monotonic]` attribute, applied to a type alias definition, exists to supp
This type alias must point to a type which implements the [`rtic_monotonic::Monotonic`] trait.
This is generally some timer which handles the timing of the system.
One or more monotonics can coexist in the same system, for example a slow timer that wakes the
-system from sleep and another which purpose is for high granularity scheduling while the
+system from sleep and another which purpose is for fine grained scheduling while the
system is awake.
[`rtic_monotonic::Monotonic`]: https://docs.rs/rtic-monotonic