Skip to content

Commit

Permalink
Update lib/elixir/lib/macro/env.ex
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim authored Jun 2, 2024
1 parent 8514c81 commit 5faec1a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/elixir/lib/macro/env.ex
Original file line number Diff line number Diff line change
Expand Up @@ -352,8 +352,7 @@ defmodule Macro.Env do
* `:info_callback` - a function to use instead of `c:Module.__info__/1`.
The function will be invoked with `:functions` or `:macros` argument.
It has to return a list of `{function, arity}` key value pairs.
If it fails, it defaults to using module metadata based on `module_info`
and `behaviour_info`.
If it fails, it defaults to using module metadata based on `module_info/1`.
## Examples
Expand Down

0 comments on commit 5faec1a

Please sign in to comment.