We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e0d242 commit 87b5438Copy full SHA for 87b5438
src/macros.md
@@ -17,7 +17,7 @@ macro_rules! say_hello {
17
}
18
19
fn main() {
20
- // 这个调用将会展开成 `println("Hello");`!
+ // 这个调用将会展开成 `println!("Hello!");`
21
say_hello!()
22
23
```
0 commit comments