Skip to content
This repository has been archived by the owner on Jan 16, 2021. It is now read-only.

Commit

Permalink
1902
Browse files Browse the repository at this point in the history
  • Loading branch information
akkartik committed Jul 14, 2012
1 parent b443d98 commit 7db6114
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Readme
Expand Up @@ -159,7 +159,7 @@ Putting these rules together, parens are not required around 'if' in:
(if ; parens required because line has a single word
(iso 1 (% x 2)) ; parens required to avoid grouping with next line
'odd
:else ; optional, more clear
:else ; optional, sometimes more clear
'even)
..and, furthermore, this is wrong:
if (iso 1 (% x 2)
Expand Down

0 comments on commit 7db6114

Please sign in to comment.