There was an error while loading. Please reload this page.
1 parent 898f0ac commit 132f73fCopy full SHA for 132f73f
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