mirror of
https://github.com/jbranchaud/til
synced 2026-01-05 08:08:02 +00:00
Change some wording in the latest til
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
# Word Lists For Atoms
|
# Word Lists For Atoms
|
||||||
|
|
||||||
The `~w` sigil works similarly to Ruby's `%w` (word array notation). It
|
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 (i.e. strings).
|
||||||
|
|
||||||
```elixir
|
```elixir
|
||||||
> ~w(one two three)
|
> ~w(one two three)
|
||||||
|
|||||||
Reference in New Issue
Block a user