Skip to content

Commit cc254bb

Browse files
bors[bot]dzvon
andauthored
Merge #339
339: fix typo r=eldruin a=dzvon Co-authored-by: Dezhi Wu <wu543065657@163.com>
2 parents c44e72c + 41d904f commit cc254bb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/05-led-roulette/the-challenge.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ break DefaultHandler
6363
# Set a breakpiont at HardFault
6464
break HardFault
6565

66-
# Continue running and unill we hit the main breakpoint
66+
# Continue running and until we hit the main breakpoint
6767
continue
6868

6969
# Step from the trampoline code in entry into main
@@ -149,4 +149,4 @@ the [embedded discovery book](https://github.com/rust-embedded/discovery) so you
149149
can save your changes in your own branch of your fork. We suggest creating
150150
your own branch and leaving the `master` branch alone so the `master` branch
151151
of your fork can stay in sync with the upstream repo. Also, it allows you to
152-
more easily create PR's and improve this book, **thank you in advance**!
152+
more easily create PR's and improve this book, **thank you in advance**!

src/06-hello-world/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ hello_world::__cortex_m_rt_main () at ~/embedded-discovery/src/06-hello-world/sr
110110
```
111111

112112
Now issue a `next` command which will exectue `aux6::init()` and
113-
stop at he next executable statement in `main.rs`, which
113+
stop at the next executable statement in `main.rs`, which
114114
positions us at line 12:
115115

116116
``` text

0 commit comments

Comments
 (0)