Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
339: fix typo r=eldruin a=dzvon



Co-authored-by: Dezhi Wu <[email protected]>
  • Loading branch information
bors[bot] and dzvon authored May 31, 2021
2 parents c44e72c + 41d904f commit cc254bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/05-led-roulette/the-challenge.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ break DefaultHandler
# Set a breakpiont at HardFault
break HardFault

# Continue running and unill we hit the main breakpoint
# Continue running and until we hit the main breakpoint
continue

# Step from the trampoline code in entry into main
Expand Down Expand Up @@ -149,4 +149,4 @@ the [embedded discovery book](https://github.com/rust-embedded/discovery) so you
can save your changes in your own branch of your fork. We suggest creating
your own branch and leaving the `master` branch alone so the `master` branch
of your fork can stay in sync with the upstream repo. Also, it allows you to
more easily create PR's and improve this book, **thank you in advance**!
more easily create PR's and improve this book, **thank you in advance**!
2 changes: 1 addition & 1 deletion src/06-hello-world/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ hello_world::__cortex_m_rt_main () at ~/embedded-discovery/src/06-hello-world/sr
```

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

``` text
Expand Down

0 comments on commit cc254bb

Please sign in to comment.