Skip to content

Commit

Permalink
03_literal_variables: fix mention of renamed macro
Browse files Browse the repository at this point in the history
  • Loading branch information
BalaM314 authored and tfpk committed Dec 3, 2023
1 parent bdaf9a9 commit 20b2a15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/03_literal_variables/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ compilation process, as if you had written the expanded code.

## Why do these examples avoid using macros?

The example above uses the `println!` macro inside the `print_me`
The example above uses the `println!` macro inside the `do_thing`
macro. Rust is totally fine with this! However, `macrokata` tries
to avoid (as much as possible) using macros we didn't define inside
the main function. The reason for this is that, if we did use `println!`
Expand Down

0 comments on commit 20b2a15

Please sign in to comment.