1
0
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:
jbranchaud
2016-06-27 07:46:46 -05:00
parent b05f45850d
commit 3a2622674b

View File

@@ -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)