chore: fix typo (#5261) [ci skip]

This commit is contained in:
Yugang Cao
2022-01-21 14:18:34 +08:00
committed by GitHub
parent e8022755ae
commit e603fd258c
7 changed files with 10 additions and 8 deletions

View File

@@ -51,7 +51,7 @@ import { isSymbol, isObject, isArray } from '@vue/shared'
// We need to construct the slot functions in the 1st pass to ensure proper
// scope tracking, but the children of each slot cannot be processed until
// the 2nd pass, so we store the WIP slot functions in a weakmap during the 1st
// the 2nd pass, so we store the WIP slot functions in a weakMap during the 1st
// pass and complete them in the 2nd pass.
const wipMap = new WeakMap<ComponentNode, WIPSlotEntry[]>()