mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-24 01:51:38 +00:00
Merge pull request #1153 from wordofchristian/patch-1
Fix typo in elixer
This commit is contained in:
commit
ef771384ae
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user