Improved C snip; english typo

This commit is contained in:
ujihisa 2013-07-09 18:30:39 -07:00
parent 0d8e32fe38
commit b557d0edb2
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ abbr include-guard
${0:TARGET}
#endif /* end of include guard */
# Tertiary conditional
# Ternary conditional operator
snippet conditional
(${1:#:condition}) ? ${2:#:a} : ${3:#:b}