Skip to content

Commit 0f37367

Browse files
authored
docs(table): fix incorrect class description (#16468)
Fixes an incorrect class description that seems to have been copied verbatim from another class. Fixes #16456.
1 parent b5b3c8a commit 0f37367

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/material/table/row.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export class MatFooterRowDef extends CdkFooterRowDef {
5757
export class MatRowDef<T> extends CdkRowDef<T> {
5858
}
5959

60-
/** Footer template container that contains the cell outlet. Adds the right class and role. */
60+
/** Header template container that contains the cell outlet. Adds the right class and role. */
6161
@Component({
6262
selector: 'mat-header-row, tr[mat-header-row]',
6363
template: CDK_ROW_TEMPLATE,

0 commit comments

Comments
 (0)