From: daiwei Date: Tue, 12 Aug 2025 12:55:58 +0000 (+0800) Subject: chore: update comment X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2cd5cf52c3a4ef5719edc43b9844af87ce6f26a8;p=thirdparty%2Fvuejs%2Fcore.git chore: update comment --- 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!) }