diff options
author | Jonathan Scott Duff <duff@pobox.com> | 2015-06-25 22:58:56 -0500 |
---|---|---|
committer | Jonathan Scott Duff <duff@pobox.com> | 2015-06-25 22:58:56 -0500 |
commit | 2162639cd901a81a24eb4a566ba5108da87634cf (patch) | |
tree | 3bef6c762bcc04609e0a6cb219c3c169e5aa5748 /elixir.html.markdown | |
parent | 041064416115985ef336babe6ef7dbac726327fa (diff) | |
parent | ef771384ae672e341ec309cf71cf372143607892 (diff) |
Merge remote-tracking branch 'upstream/master'
Conflicts:
perl6.html.markdown
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" |