Skip to content

Commit 25893cb

Browse files
committed
Use an en dash instead of a simple hyphen
1 parent 9ddf396 commit 25893cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/05-led-roulette/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ tailored for command line applications that receive arguments. Instead of the st
3737
use the `entry` attribute from the [`cortex-m-rt`] crate to define a custom entry point. In this
3838
program we have named the entry point "main", but any other name could have been used. The entry
3939
point function must have the signature `fn() -> !`; this type indicates that the function can't
40-
return - this means that the program never terminates.
40+
return this means that the program never terminates.
4141

4242
[`cortex-m-rt`]: https://crates.io/crates/cortex-m-rt
4343

0 commit comments

Comments
 (0)