Skip to content

Commit 8a2d89a

Browse files
committed
Make correction: function -> macro
1 parent 3114a38 commit 8a2d89a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

elixir/expose-internal-representation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Elixir is a language that has strong support for metaprogramming. It
44
provides easy access to an internal representation of the code in the form
55
of an Abstract Syntax Tree (AST) using maps and keyword lists. The `quote`
6-
function is used to expose this internal representation.
6+
macro is used to expose this internal representation.
77

88
```elixir
99
> quote do: 2 * 2

0 commit comments

Comments
 (0)