mirror of
https://github.com/jbranchaud/til
synced 2026-01-03 15:18:01 +00:00
Fix a typo
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user