Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/lib/table/row.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export class MatFooterRowDef extends _CdkFooterRowDef {}

/**
* Data row definition for the mat-table.
* Captures the footer row's template and other footer properties such as the columns to display and
* Captures the data row's template and other properties such as the columns to display and
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think this needs the "data" either, it can be just "Captures the row's template...".

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@crisbeto it can but I think it's more accurate to add "data" since first sentence states that it's "Data row definition for the mat-table."

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also it's clearer when described this way that it only relates to normal data rows and not header or footer rows.

* a when predicate that describes when this row should be used.
*/
@Directive({
Expand Down