Skip to content

Commit d6852c5

Browse files
committed
chore: fix comment
1 parent 61be769 commit d6852c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/compiler-core/src/transforms/vBindClass.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Optimizations
2-
// - b -> normalize(b)
2+
// - b -> b (use runtime normalization)
33
// - ['foo', b] -> 'foo' + normalize(b)
44
// - { a, b: c } -> (a ? a : '') + (b ? c : '')
55
// - ['a', b, { c }] -> 'a' + normalize(b) + (c ? c : '')

0 commit comments

Comments
 (0)