summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorChristian Schlensker <christian@cswebartisan.com>2015-06-24 10:50:39 -0700
committerChristian Schlensker <christian@cswebartisan.com>2015-06-24 10:50:39 -0700
commit5e2eed46b23130353122c5bf80be2f3aa2f656bb (patch)
treeb939e465a18d23abd7be2ad1c77538af0c6718e2
parenta87467abf167cdd2e64b4a5dc25be346b06588be (diff)
Fix typo in elixer
-rw-r--r--elixir.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/elixir.html.markdown b/elixir.html.markdown
index fb5f183a..c8599838 100644
--- a/elixir.html.markdown
+++ b/elixir.html.markdown
@@ -195,7 +195,7 @@ cond do
"But I will"
end
-# It is common to see the last condition equal to `true`, which will always match.
+# It is common to set the last condition equal to `true`, which will always match.
cond do
1 + 1 == 3 ->
"I will never be seen"