From 3a2622674b460fcb988098401a6e68692dd2a5d6 Mon Sep 17 00:00:00 2001 From: jbranchaud Date: Mon, 27 Jun 2016 07:46:46 -0500 Subject: [PATCH] Change some wording in the latest til --- elixir/word-lists-for-atoms.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elixir/word-lists-for-atoms.md b/elixir/word-lists-for-atoms.md index a3d18b6..7f9a192 100644 --- a/elixir/word-lists-for-atoms.md +++ b/elixir/word-lists-for-atoms.md @@ -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)