Skip to content

Commit 02e14c4

Browse files
committed
chore: update comments
1 parent 46658f8 commit 02e14c4

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
@@ -1283,7 +1283,7 @@ export function compileScript(
12831283
// last one, locate the end of the prev
12841284
start = node.declarations[getLastIndex(i)].end! + startOffset
12851285
} else {
1286-
// not last one, locate the start of the next
1286+
// not the last one, locate the start of the next
12871287
end = node.declarations[i + 1].start! + startOffset
12881288
}
12891289
s.remove(start, end)

0 commit comments

Comments
 (0)