1
0
mirror of https://github.com/gryf/snipmate.vim.git synced 2025-12-19 12:28:11 +01:00

fixed typo in C snippets

This commit is contained in:
Michael Sanders
2009-08-03 16:44:14 -07:00
parent ac8fd27eb2
commit f28bf1de39

View File

@@ -46,7 +46,7 @@ snippet el
else {
${1}
}
# Tertiary conditional
# Ternary conditional
snippet t
${1:/* condition */} ? ${2:a} : ${3:b}
# Do While Loop