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 c34736c commit 6b02812Copy full SHA for 6b02812
cortex-m/src/macros.rs
@@ -33,8 +33,8 @@ macro_rules! iprintln {
33
/// # Notes
34
/// This macro is unsound on multi core systems.
35
///
36
-/// For debuggability, you can set an explicit name for a singleton. This name only shows up the
37
-/// the debugger and is not referencable from other code. See example below.
+/// For debuggability, you can set an explicit name for a singleton. This name only shows up the
+/// debugger and is not referenceable from other code. See example below.
38
39
/// # Example
40
0 commit comments