We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4118428 commit 20f4c8bCopy full SHA for 20f4c8b
src/languages/elseIfExtractor.ts
@@ -43,7 +43,7 @@ export function elseIfExtractor(): SelectionExtractor {
43
}
44
45
// 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
+ // `else` clause, so we want to remove its `else` keyword
47
const { selection } = contentRange;
48
return {
49
selection,
0 commit comments