]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: update comment
authordaiwei <daiwei521@126.com>
Tue, 12 Aug 2025 12:55:58 +0000 (20:55 +0800)
committerdaiwei <daiwei521@126.com>
Tue, 12 Aug 2025 12:55:58 +0000 (20:55 +0800)
packages/runtime-vapor/src/apiCreateIf.ts

index 26f96a7e451515626f566c336327f731c5f70ee5..8e1b6a21c736af6ed1ec9943253918b325ba46aa 100644 (file)
@@ -35,7 +35,7 @@ export function createIf(
   } else {
     // if _insertionAnchor is defined, insertionParent contains a static node
     // that should be skipped during hydration.
-    // Advance to the next sibling node to bypass this static node.
+    // Advance to the next sibling node of parent to skip the static node.
     if (_insertionAnchor !== undefined) {
       advanceHydrationNode(_insertionParent!)
     }