We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3114a38 commit 8a2d89aCopy full SHA for 8a2d89a
elixir/expose-internal-representation.md
@@ -3,7 +3,7 @@
3
Elixir is a language that has strong support for metaprogramming. It
4
provides easy access to an internal representation of the code in the form
5
of an Abstract Syntax Tree (AST) using maps and keyword lists. The `quote`
6
-function is used to expose this internal representation.
+macro is used to expose this internal representation.
7
8
```elixir
9
> quote do: 2 * 2
0 commit comments