diff --git a/core/modules/views/templates/views-view-table.html.twig b/core/modules/views/templates/views-view-table.html.twig index 567b1e7..6b0b26c 100644 --- a/core/modules/views/templates/views-view-table.html.twig +++ b/core/modules/views/templates/views-view-table.html.twig @@ -16,12 +16,10 @@ * - accessibility_description: Extended description for the table details. * - accessibility_summary: Summary for the table details. * - rows: Table row items. Rows are keyed by row number. - * - column: Table data column ID. - * - content: Table data content. * - attributes: HTML classes to apply to each row. - * - column: @todo. - * - attributes: HTML classes to apply to each row. - * - content: The header column content. + * - columns: Row column items. Columns are keyed by column number. + * - attributes: HTML classes to apply to each column. + * - content: The column content. * * @see template_preprocess_views_view_table() *