Skip to content

Commit

Permalink
Fix minor formatting mistake (#852)
Browse files Browse the repository at this point in the history
  • Loading branch information
jumbledFox committed Jan 6, 2024
1 parent 08762b3 commit dc09c6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/macros.rs
Expand Up @@ -88,7 +88,7 @@ macro_rules! queue {
/// execute!(stdout(), Print("sum:\n".to_string()));
///
/// // will be executed directly
/// execute!(stdout(), Print("1 + 1= ".to_string()), Print((1+1).to_string()));
/// execute!(stdout(), Print("1 + 1 = ".to_string()), Print((1+1).to_string()));
///
/// // ==== Output ====
/// // sum:
Expand Down

0 comments on commit dc09c6a

Please sign in to comment.