Skip to content

Commit 24168bb

Browse files
committed
chore: improve comments
1 parent 488e2bc commit 24168bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/runtime-core/src/vnode.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,8 @@ let currentBlock: VNode[] | null = null
158158
* return (openBlock(),createBlock('div', null, [...]))
159159
* }
160160
* ```
161-
* disableTracking is true when creating a fragment block, since a fragment
162-
* always diffs its children.
161+
* disableTracking is true when creating a v-for fragment block, since a v-for
162+
* fragment always diffs its children.
163163
*
164164
* @internal
165165
*/

0 commit comments

Comments
 (0)