Skip to content

Commit a637e5c

Browse files
authored
Update macros.markdown
1 parent 12ccc22 commit a637e5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

getting-started/meta/macros.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ defmodule MyModule do
275275
quote do
276276
# Keep what you need to do here to a minimum
277277
# and move everything else to a function
278-
do_this_that_and_that(unquote(a), unquote(b), unquote(c))
278+
MyModule.do_this_that_and_that(unquote(a), unquote(b), unquote(c))
279279
end
280280
end
281281

0 commit comments

Comments
 (0)