Skip to content

Commit 98401d0

Browse files
authored
Fix else if syntax
1 parent c8fcdb5 commit 98401d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snippets/cpp.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"elseif": {
7373
"prefix": "elseif",
7474
"body": [
75-
"elseif ($1)",
75+
"else if ($1)",
7676
"{",
7777
" $2",
7878
"}"

0 commit comments

Comments
 (0)