From 2cd5cf52c3a4ef5719edc43b9844af87ce6f26a8 Mon Sep 17 00:00:00 2001 From: daiwei Date: Tue, 12 Aug 2025 20:55:58 +0800 Subject: [PATCH] chore: update comment --- packages/runtime-vapor/src/apiCreateIf.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/runtime-vapor/src/apiCreateIf.ts b/packages/runtime-vapor/src/apiCreateIf.ts index 26f96a7e45..8e1b6a21c7 100644 --- a/packages/runtime-vapor/src/apiCreateIf.ts +++ b/packages/runtime-vapor/src/apiCreateIf.ts @@ -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!) } -- 2.47.3