From 03c11f7907dedd7e6c76167172349db6d19844d7 Mon Sep 17 00:00:00 2001 From: Ekta Siwach <137225906+ektuu@users.noreply.github.com> Date: Tue, 19 Mar 2024 13:53:14 +0530 Subject: [PATCH] rustdoc: Fix some typos in `components/layout_2020/table/mod.rs` (#31644) Co-authored-by: Martin Robinson --- components/layout_2020/table/mod.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/components/layout_2020/table/mod.rs b/components/layout_2020/table/mod.rs index f3f0d676e7b..b272819e2c3 100644 --- a/components/layout_2020/table/mod.rs +++ b/components/layout_2020/table/mod.rs @@ -92,14 +92,14 @@ pub struct Table { /// The column groups for this table. pub column_groups: Vec, - /// The columns of this tabled defined by ` | display: table-column-group` + /// The columns of this table defined by ` | display: table-column-group` /// and ` | display: table-column` elements as well as `display: table-column`. pub columns: Vec, - /// The rows groups for this table deinfed by ``, ``, and ``. + /// The rows groups for this table defined by ``, ``, and ``. pub row_groups: Vec, - /// The rows of this tabled defined by `` or `display: table-row` elements. + /// The rows of this table defined by `` or `display: table-row` elements. pub rows: Vec, /// The content of the slots of this table.