Skip to content

Commit e188d5d

Browse files
authored
Merge pull request #1815 from YangFong/patch-1
Update macros.md
2 parents 512d3f8 + eb8a4a1 commit e188d5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/macros.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ macro_rules! say_hello {
2121
}
2222
2323
fn main() {
24-
// This call will expand into `println!("Hello")`
24+
// This call will expand into `println!("Hello!")`
2525
say_hello!()
2626
}
2727
```

0 commit comments

Comments
 (0)