From 671cbfe58e9586069ff7c8003a9e04a5fad971f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20R=C3=B6ssler?= Date: Wed, 9 Feb 2022 16:51:02 +0100 Subject: [PATCH] fix typo --- egui_extras/src/table.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/egui_extras/src/table.rs b/egui_extras/src/table.rs index cbf3e077..83a81911 100644 --- a/egui_extras/src/table.rs +++ b/egui_extras/src/table.rs @@ -26,7 +26,7 @@ impl<'a> TableBuilder<'a> { /// /// | fixed size | all available space/minimum | 30% of available width | fixed size | /// - /// In contrast to normal egui behavior, cells do *not* grow with its children! + /// In contrast to normal egui behavior, columns/rows do *not* grow with its children! /// Takes all available height, so if you want something below the table, put it in a grid. /// /// ### Example