Skip to content

Commit 5311917

Browse files
committed
Updated comment.
1 parent 89d7055 commit 5311917

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

lib/mixins/property-effects.js

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2705,10 +2705,11 @@ export const PropertyEffects = dedupingMixin(superClass => {
27052705
// parent. Note, `parent` is the `templateInfo` instance for this
27062706
// template's parent (containing) template, which was set up in
27072707
// `applyTemplateContent`. While a given template's `parent` is set
2708-
// apriori, it is only added to the parent list at the point that it
2709-
// is being bound, since a template may or may not ever be stamped,
2710-
// and may be stamped more than once (in which case instances of the
2711-
// template info will be in the tree under its parent more than once).
2708+
// apriori, it is only added to the parent's child list at the point
2709+
// that it is being bound, since a template may or may not ever be
2710+
// stamped, and may be stamped more than once (in which case instances
2711+
// of the template info will be in the tree under its parent more than
2712+
// once).
27122713
const parent = templateInfo.parent || this.__templateInfo;
27132714
const previous = parent.lastChild;
27142715
parent.lastChild = templateInfo;

0 commit comments

Comments
 (0)