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

Add missing language type for code block

This commit is contained in:
jbranchaud
2017-03-31 21:59:58 -05:00
parent 60431ffa91
commit b1df3de44c

View File

@@ -19,7 +19,7 @@ end
We can then invoke our anonymous function using the bound variable to see
what results we get with different kinds of inputs.
```
```elixir
iex> my_function.({:ok, 123})
"Everything is ok: 123"
iex> my_function.({:error, "be warned"})