Fix minor formatting mistake (#852)
This commit is contained in:
parent
08762b3ef4
commit
dc09c6a057
@ -88,7 +88,7 @@ macro_rules! queue {
|
|||||||
/// execute!(stdout(), Print("sum:\n".to_string()));
|
/// execute!(stdout(), Print("sum:\n".to_string()));
|
||||||
///
|
///
|
||||||
/// // will be executed directly
|
/// // 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 ====
|
/// // ==== Output ====
|
||||||
/// // sum:
|
/// // sum:
|
||||||
|
Loading…
Reference in New Issue
Block a user