Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
fix typo.
  • Loading branch information
dzvon authored May 25, 2021
1 parent 3bd8d7b commit b877f28
Showing 1 changed file with 1 addition and 1 deletion.
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 b877f28

Please sign in to comment.