Skip to content

Commit 6e4da72

Browse files
authored
Merge pull request #546 from adalessandro/wip/adalessandro/cortex-m-fix-typos
cortex-m: macros: Fix typos in documentation
2 parents 52da23b + 6e1edff commit 6e4da72

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
@@ -36,8 +36,8 @@ macro_rules! iprintln {
3636
/// you can enable the `critical-section-single-core` feature for this crate. For other systems, you
3737
/// have to provide one from elsewhere, typically your chip's HAL crate.
3838
///
39-
/// For debuggability, you can set an explicit name for a singleton. This name only shows up the
40-
/// the debugger and is not referenceable from other code. See example below.
39+
/// For debuggability, you can set an explicit name for a singleton. This name only shows up the
40+
/// debugger and is not referenceable from other code. See example below.
4141
///
4242
/// # Example
4343
///

0 commit comments

Comments
 (0)