Skip to content

Commit

Permalink
Merge pull request #1815 from YangFong/patch-1
Browse files Browse the repository at this point in the history
Update macros.md
  • Loading branch information
marioidival authored Feb 7, 2024
2 parents 512d3f8 + eb8a4a1 commit e188d5d
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 e188d5d

Please sign in to comment.