Skip to content

Commit ed6b2b1

Browse files
authored
More fixes to else if
1 parent 741c805 commit ed6b2b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

snippets/cpp.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@
6969
],
7070
"description": "Code snippet for else statement"
7171
},
72-
"elseif": {
73-
"prefix": "elseif",
72+
"else if": {
73+
"prefix": "else if",
7474
"body": [
7575
"else if ($1)",
7676
"{",

0 commit comments

Comments
 (0)