Skip to content

Commit

Permalink
Merge pull request #546 from adalessandro/wip/adalessandro/cortex-m-f…
Browse files Browse the repository at this point in the history
…ix-typos

cortex-m: macros: Fix typos in documentation
  • Loading branch information
newAM authored Jul 4, 2024
2 parents 52da23b + 6e1edff commit 6e4da72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cortex-m/src/macros.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ macro_rules! iprintln {
/// you can enable the `critical-section-single-core` feature for this crate. For other systems, you
/// have to provide one from elsewhere, typically your chip's HAL crate.
///
/// For debuggability, you can set an explicit name for a singleton. This name only shows up the
/// the debugger and is not referenceable 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.
///
/// # Example
///
Expand Down

0 comments on commit 6e4da72

Please sign in to comment.