Skip to content

Commit

Permalink
fixed the cond snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
jackdreilly committed Sep 18, 2011
1 parent e4d5bcb commit 5882b0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cond
Expand Up @@ -2,4 +2,4 @@
# --
(cond
$0
${1:else $2:{else-clause})
${1:else} ${2:else-clause})

0 comments on commit 5882b0c

Please sign in to comment.