Skip to content

Commit f8846c3

Browse files
committed
chore: update comments
1 parent 74c2a91 commit f8846c3

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
@@ -1236,7 +1236,7 @@ export function compileScript(
12361236
// last one, locate the end of the prev
12371237
start = node.declarations[getLastIndex(i)].end! + startOffset
12381238
} else {
1239-
// not last one, locate the start of the next
1239+
// not the last one, locate the start of the next
12401240
end = node.declarations[i + 1].start! + startOffset
12411241
}
12421242
s.remove(start, end)

0 commit comments

Comments
 (0)