mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 17:41:41 +00:00
Fix typo in elixer
This commit is contained in:
parent
a87467abf1
commit
5e2eed46b2
@ -195,7 +195,7 @@ cond do
|
|||||||
"But I will"
|
"But I will"
|
||||||
end
|
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
|
cond do
|
||||||
1 + 1 == 3 ->
|
1 + 1 == 3 ->
|
||||||
"I will never be seen"
|
"I will never be seen"
|
||||||
|
Loading…
Reference in New Issue
Block a user