Skip to content

Commit b877f28

Browse files
authored
Update README.md
fix typo.
1 parent 3bd8d7b commit b877f28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)