Skip to content

Commit 20f4c8b

Browse files
committed
Tweaks
1 parent 4118428 commit 20f4c8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/languages/elseIfExtractor.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export function elseIfExtractor(): SelectionExtractor {
4343
}
4444

4545
// Otherwise, we have no leading `else`, but we do have our own nested
46-
// `else` clause, so we want to remove the leading `else` keyword
46+
// `else` clause, so we want to remove its `else` keyword
4747
const { selection } = contentRange;
4848
return {
4949
selection,

0 commit comments

Comments
 (0)