aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--book/en/src/SUMMARY.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/book/en/src/SUMMARY.md b/book/en/src/SUMMARY.md
index a500fd9..3e2b9ca 100644
--- a/book/en/src/SUMMARY.md
+++ b/book/en/src/SUMMARY.md
@@ -11,7 +11,7 @@
- [The init task](./by-example/app_init.md)
- [The idle task](./by-example/app_idle.md)
- [Channel based communication](./by-example/channel.md)
- - [Delay and Timeout](./by-example/delay.md)
+ - [Delay and Timeout using Monotonics](./by-example/delay.md)
- [The minimal app](./by-example/app_minimal.md)
- [Tips & Tricks](./by-example/tips.md)
- [Implementing Monotonic](./by-example/tips_monotonic_impl.md)