Skip to content

Commit b82d027

Browse files
adalessandroadamgreig
authored andcommitted
cortex-m: macros: Fix typos in documentation (#546)
Signed-off-by: Ariel D'Alessandro <[email protected]>
1 parent eef9378 commit b82d027

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cortex-m/src/macros.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ macro_rules! iprintln {
3333
/// # Notes
3434
/// This macro is unsound on multi core systems.
3535
///
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.
36+
/// For debuggability, you can set an explicit name for a singleton. This name only shows up the
37+
/// debugger and is not referenceable from other code. See example below.
3838
///
3939
/// # Example
4040
///

0 commit comments

Comments
 (0)