Skip to content

Commit 3bd8d7b

Browse files
authored
fix typo
1 parent 3132ecd commit 3bd8d7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
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**!

0 commit comments

Comments
 (0)