Skip to content

Commit 1a89658

Browse files
committed
chore: update comments
1 parent 888ec8f commit 1a89658

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/compiler-sfc/src/compileScript.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1230,7 +1230,7 @@ export function compileScript(
12301230
// last one, locate the end of the prev
12311231
start = node.declarations[getLastIndex(i)].end! + startOffset
12321232
} else {
1233-
// not last one, locate the start of the next
1233+
// not the last one, locate the start of the next
12341234
end = node.declarations[i + 1].start! + startOffset
12351235
}
12361236
s.remove(start, end)

0 commit comments

Comments
 (0)