Skip to content

Commit

Permalink
Update macros.md (#180)
Browse files Browse the repository at this point in the history
  • Loading branch information
fake-rick authored Feb 8, 2024
1 parent 7e0d242 commit 87b5438
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 @@ -17,7 +17,7 @@ macro_rules! say_hello {
}
fn main() {
// 这个调用将会展开成 `println("Hello");`!
// 这个调用将会展开成 `println!("Hello!");`
say_hello!()
}
```
Expand Down

0 comments on commit 87b5438

Please sign in to comment.