mirror of
https://github.com/jbranchaud/til
synced 2026-01-09 01:58:02 +00:00
Add missing iex buffer prefix
This commit is contained in:
@@ -4,7 +4,7 @@ The `~w` sigil works similarly to Ruby's `%w` (word array notation). It
|
|||||||
allows you to create a list of words (namely, strings).
|
allows you to create a list of words (namely, strings).
|
||||||
|
|
||||||
```elixir
|
```elixir
|
||||||
~w(one two three)
|
> ~w(one two three)
|
||||||
["one", "two", "three"]
|
["one", "two", "three"]
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user