1
0
mirror of https://github.com/jbranchaud/til synced 2026-01-03 15:18:01 +00:00

Fix a typo

This commit is contained in:
jbranchaud
2016-06-25 17:16:16 -05:00
parent f2000f55b9
commit d3d1765d2b

View File

@@ -8,7 +8,7 @@ function or Erlang's
function. In particular, I can pass `:functions` to either one to get a list function. In particular, I can pass `:functions` to either one to get a list
of the functions for that module. 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: module:
```elixir ```elixir