diff options
author | Christian Schlensker <christian@cswebartisan.com> | 2015-06-24 10:50:39 -0700 |
---|---|---|
committer | Christian Schlensker <christian@cswebartisan.com> | 2015-06-24 10:50:39 -0700 |
commit | 5e2eed46b23130353122c5bf80be2f3aa2f656bb (patch) | |
tree | b939e465a18d23abd7be2ad1c77538af0c6718e2 /elixir.html.markdown | |
parent | a87467abf167cdd2e64b4a5dc25be346b06588be (diff) |
Fix typo in elixer
Diffstat (limited to 'elixir.html.markdown')
-rw-r--r-- | elixir.html.markdown | 2 |
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" |