There was an error while loading. Please reload this page.
2 parents 898f0ac + 132f73f commit 7194875Copy full SHA for 7194875
1 file changed
src/macros.md
@@ -8,7 +8,7 @@ However, unlike macros in C and other languages, Rust macros are expanded into
8
abstract syntax trees, rather than string preprocessing, so you don't get
9
unexpected precedence bugs.
10
11
-Macros are created using the `macro_rules!` macro.
+Macros can be created using the `macro_rules!` macro.
12
13
```rust,editable
14
// This is a simple macro named `say_hello`.
0 commit comments