Skip to content

Commit

Permalink
Update macros.md
Browse files Browse the repository at this point in the history
Fill in the missing symbols
  • Loading branch information
YangFong authored Feb 7, 2024
1 parent 512d3f8 commit eb8a4a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/macros.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ macro_rules! say_hello {
}
fn main() {
// This call will expand into `println!("Hello")`
// This call will expand into `println!("Hello!")`
say_hello!()
}
```
Expand Down

0 comments on commit eb8a4a1

Please sign in to comment.