Merge branch 'pr-392'

This commit is contained in:
Rico Sta. Cruz 2018-03-17 09:42:15 +08:00
commit 7bd9a55775
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ cond do
"I will never be seen"
2 * 5 == 12 ->
"Me neither"
_ ->
true ->
"But I will (this is essentially an else)"
end
```