diff --git a/elixir/list-functions-for-a-module.md b/elixir/list-functions-for-a-module.md index eee3f4b..a6524f8 100644 --- a/elixir/list-functions-for-a-module.md +++ b/elixir/list-functions-for-a-module.md @@ -8,7 +8,7 @@ function or Erlang's function. In particular, I can pass `:functions` to either one to get a list of the functions for that module. -This is what the `__info__/1` looks like for the functions of the `List` +This is what `__info__/1` looks like for the functions of the `List` module: ```elixir