We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14bd4b5 commit 68207c0Copy full SHA for 68207c0
1 file changed
lib/elixir/pages/meta-programming/macros.md
@@ -61,7 +61,7 @@ Unless.macro_unless(true, do: IO.puts("this should never be printed"))
61
Our `macro_unless` macro received the following:
62
63
```elixir
64
-macro_unless(true, [do: {{:., [], [{:__aliases__, [alias: false], [:IO]}, :puts]}, [], ["this should never be printed"]}])
+macro_unless(true, [do: {{:., [], [{:__aliases__, [], [:IO]}, :puts]}, [], ["this should never be printed"]}])
65
```
66
67
and it then returned a quoted expression as follows:
0 commit comments