Skip to content

Commit 6e1edff

Browse files
committed
cortex-m: macros: Fix typos in documentation
Signed-off-by: Ariel D'Alessandro <ariel.dalessandro@gmail.com>
1 parent 52da23b commit 6e1edff

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)