diff --git a/doc/src/ch02-lang/ch04-macros/README.md b/doc/src/ch02-lang/ch04-macros/README.md index 8a1cc041..4e19be8f 100644 --- a/doc/src/ch02-lang/ch04-macros/README.md +++ b/doc/src/ch02-lang/ch04-macros/README.md @@ -25,7 +25,7 @@ An instruction macro looks like this: # assert_eq!(output, &[0x60, 0x06]); ``` -Instruction macros always begin with `%`, and expand to one or more instructions. In this case, `%my_macro(4, 2)` would expand to: +Instruction macros always begin with `%`, and expand to one or more instructions. In this case, `%push_sum(4, 2)` would expand to: ```ignore push1 0x06