mirror of
https://github.com/jbranchaud/til
synced 2026-01-03 15:18:01 +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).
|
||||
|
||||
```elixir
|
||||
~w(one two three)
|
||||
> ~w(one two three)
|
||||
["one", "two", "three"]
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user