diff --git a/packages/common/src/directives/ng_for_of.ts b/packages/common/src/directives/ng_for_of.ts index 700b671026..bae7bd543d 100644 --- a/packages/common/src/directives/ng_for_of.ts +++ b/packages/common/src/directives/ng_for_of.ts @@ -155,7 +155,7 @@ export class NgForOf = NgIterable> implements DoCh * rather than the identity of the object itself. * * The function receives two inputs, - * the iteration index and the node object ID. + * the iteration index and the associated node data. */ @Input() set ngForTrackBy(fn: TrackByFunction) {