Skip to content

Commit

Permalink
Fix typespec of Macro.Env.t (#9155)
Browse files Browse the repository at this point in the history
  • Loading branch information
indocomsoft authored and José Valim committed Jun 24, 2019
1 parent 6c16486 commit 02f5d57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/elixir/lib/macro/env.ex
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ defmodule Macro.Env do
aliases: aliases,
functions: functions,
macros: macros,
macro_aliases: aliases,
macro_aliases: macro_aliases,
context_modules: context_modules,
vars: vars,
unused_vars: unused_vars,
Expand Down

0 comments on commit 02f5d57

Please sign in to comment.