]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: improve comments
authorEvan You <yyx990803@gmail.com>
Mon, 18 May 2020 14:20:24 +0000 (10:20 -0400)
committerEvan You <yyx990803@gmail.com>
Mon, 18 May 2020 15:17:57 +0000 (11:17 -0400)
packages/runtime-core/src/vnode.ts

index 7be2a109506e47ca4ceb378ee55054506d989e90..235c097c15c55c7e141fdd3bbdb75171ec744c58 100644 (file)
@@ -158,8 +158,8 @@ let currentBlock: VNode[] | null = null
  *   return (openBlock(),createBlock('div', null, [...]))
  * }
  * ```
- * disableTracking is true when creating a fragment block, since a fragment
- * always diffs its children.
+ * disableTracking is true when creating a v-for fragment block, since a v-for
+ * fragment always diffs its children.
  *
  * @internal
  */