From f28bf1de39dd06f4c2d49151478739670b22c2ce Mon Sep 17 00:00:00 2001 From: Michael Sanders Date: Mon, 3 Aug 2009 16:44:14 -0700 Subject: [PATCH] fixed typo in C snippets --- snippets/c.snippets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snippets/c.snippets b/snippets/c.snippets index 89b81ba..ae62791 100644 --- a/snippets/c.snippets +++ b/snippets/c.snippets @@ -46,7 +46,7 @@ snippet el else { ${1} } -# Tertiary conditional +# Ternary conditional snippet t ${1:/* condition */} ? ${2:a} : ${3:b} # Do While Loop