Improved C snip; english typo

This commit is contained in:
ujihisa 2013-07-09 18:30:39 -07:00
parent 0d8e32fe38
commit b557d0edb2

View File

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