Skip to content

Commit 10d57b4

Browse files
bors[bot]skaiser
andauthored
Merge #405
405: Fix minor typo in Ch 6 documentation r=eldruin a=skaiser Co-authored-by: Stephen Kaiser <freesol29@gmail.com>
2 parents 9bf9e5a + 3d99ca6 commit 10d57b4

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
@@ -113,7 +113,7 @@ hello_world::__cortex_m_rt_main () at ~/embedded-discovery/src/06-hello-world/sr
113113
(gdb)
114114
```
115115

116-
Now issue a `next` command which will exectue `aux6::init()` and
116+
Now issue a `next` command which will execute `aux6::init()` and
117117
stop at the next executable statement in `main.rs`, which
118118
positions us at line 12:
119119

0 commit comments

Comments
 (0)