Improved C snip; english typo
This commit is contained in:
parent
0d8e32fe38
commit
b557d0edb2
@ -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}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user