Skip to content

Commit f454dd6

Browse files
authored
chore: comments grammar (vuejs#4913) [ci skip]
1 parent d19cfc0 commit f454dd6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/runtime-core/src/renderer.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2463,8 +2463,8 @@ export function invokeVNodeHook(
24632463
*
24642464
* #2080
24652465
* Inside keyed `template` fragment static children, if a fragment is moved,
2466-
* the children will always moved so that need inherit el form previous nodes
2467-
* to ensure correct moved position.
2466+
* the children will always be moved. Therefore, in order to ensure correct move
2467+
* position, el should be inherited from previous nodes.
24682468
*/
24692469
export function traverseStaticChildren(n1: VNode, n2: VNode, shallow = false) {
24702470
const ch1 = n1.children

0 commit comments

Comments
 (0)