Skip to content

Commit

Permalink
fixed typo in C snippets
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Sanders committed Aug 3, 2009
1 parent ac8fd27 commit f28bf1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snippets/c.snippets
Expand Up @@ -46,7 +46,7 @@ snippet el
else {
${1}
}
# Tertiary conditional
# Ternary conditional
snippet t
${1:/* condition */} ? ${2:a} : ${3:b}
# Do While Loop
Expand Down

0 comments on commit f28bf1d

Please sign in to comment.