Skip to content

Commit f25482d

Browse files
committed
tiny comment fix
1 parent f541097 commit f25482d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/vdom/patch.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ export function createPatchFunction (backend) {
332332
// reuse element for static trees.
333333
// note we only do this if the vnode is cloned -
334334
// if the new node is not cloned it means the render functions have been
335-
// reset by the hot-reload-api and we need to a proper re-render.
335+
// reset by the hot-reload-api and we need to do a proper re-render.
336336
if (vnode.isStatic &&
337337
oldVnode.isStatic &&
338338
vnode.key === oldVnode.key &&

0 commit comments

Comments
 (0)