We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ddf396 commit 25893cbCopy full SHA for 25893cb
src/05-led-roulette/README.md
@@ -37,7 +37,7 @@ tailored for command line applications that receive arguments. Instead of the st
37
use the `entry` attribute from the [`cortex-m-rt`] crate to define a custom entry point. In this
38
program we have named the entry point "main", but any other name could have been used. The entry
39
point function must have the signature `fn() -> !`; this type indicates that the function can't
40
-return - this means that the program never terminates.
+return – this means that the program never terminates.
41
42
[`cortex-m-rt`]: https://crates.io/crates/cortex-m-rt
43
0 commit comments