From d3d1765d2b6f4deee96d0a1ae0fcf8fba8170b15 Mon Sep 17 00:00:00 2001 From: jbranchaud Date: Sat, 25 Jun 2016 17:16:16 -0500 Subject: [PATCH] Fix a typo --- elixir/list-functions-for-a-module.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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