mirror of
https://github.com/jbranchaud/til
synced 2026-01-02 22:58:01 +00:00
Change some wording in the latest til
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# Word Lists For Atoms
|
||||
|
||||
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
|
||||
> ~w(one two three)
|
||||
|
||||
Reference in New Issue
Block a user