docs: RenderProtoViewMergeMapping typo

Closes #4042
This commit is contained in:
PatrickJS 2015-09-07 23:37:21 -07:00 committed by Misko Hevery
parent 958863d038
commit b91a966d05
1 changed files with 2 additions and 2 deletions

View File

@ -340,7 +340,7 @@ export class RenderProtoViewMergeMapping {
public fragmentCount: number,
// Mapping from app element index to render element index.
// Mappings of nested ProtoViews are in depth first order, with all
// indices for one ProtoView in a consecuitve block.
// indices for one ProtoView in a consecutive block.
public mappedElementIndices: number[],
// Number of bound render element.
// Note: This could be more than the original ones
@ -348,7 +348,7 @@ export class RenderProtoViewMergeMapping {
public mappedElementCount: number,
// Mapping from app text index to render text index.
// Mappings of nested ProtoViews are in depth first order, with all
// indices for one ProtoView in a consecuitve block.
// indices for one ProtoView in a consecutive block.
public mappedTextIndices: number[],
// Mapping from view index to app element index
public hostElementIndicesByViewIndex: number[],