Skip to content

Commit 99b6034

Browse files
committed
Fix option name
1 parent bc82936 commit 99b6034

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/elixir/lib/code.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1822,7 +1822,7 @@ defmodule Code do
18221822
raise "compiler option :module_definition should be either :interpreted or :compiled, got: #{inspect(value)}"
18231823
end
18241824

1825-
:elixir_config.put(:infer_signatures, value)
1825+
:elixir_config.put(:module_definition, value)
18261826
:ok
18271827
end
18281828

0 commit comments

Comments
 (0)