aboutsummaryrefslogtreecommitdiff
path: root/book/en/src/by-example
diff options
context:
space:
mode:
authorDaniel Carosone <Daniel.Carosone@gmail.com>2020-10-02 20:43:52 +1000
committerDaniel Carosone <Daniel.Carosone@gmail.com>2020-10-02 20:43:52 +1000
commit3d6a0ea64fb2661ee1150a84425f50c18c2de9ad (patch)
tree57fd8f5632c7b5013d8cf8f4d0a4902d2d8c24a7 /book/en/src/by-example
parent91c2d4850e31da1bbd49fc668ae79533e7ac3ab4 (diff)
minor markdownlints
Diffstat (limited to 'book/en/src/by-example')
-rw-r--r--book/en/src/by-example/resources.md2
-rw-r--r--book/en/src/by-example/tips.md1
2 files changed, 2 insertions, 1 deletions
diff --git a/book/en/src/by-example/resources.md b/book/en/src/by-example/resources.md
index 9831e55..9b6e5a8 100644
--- a/book/en/src/by-example/resources.md
+++ b/book/en/src/by-example/resources.md
@@ -1,4 +1,4 @@
-## Resources
+# Resources
The framework provides an abstraction to share data between any of the contexts
we saw in the previous section (task handlers, `init` and `idle`): resources.
diff --git a/book/en/src/by-example/tips.md b/book/en/src/by-example/tips.md
index 5a44708..98c1abb 100644
--- a/book/en/src/by-example/tips.md
+++ b/book/en/src/by-example/tips.md
@@ -116,6 +116,7 @@ Here's an example where `heapless::Pool` is used to "box" buffers of 128 bytes.
``` rust
{{#include ../../../../examples/pool.rs}}
```
+
``` console
$ cargo run --example pool
{{#include ../../../../ci/expected/pool.run}}