From 56342bd972a13ffe21beaf2b87ab7eb1597704b4 Mon Sep 17 00:00:00 2001 From: Laurenz Date: Wed, 2 Nov 2022 14:48:51 +0100 Subject: Move layout traits into library --- src/library/structure/table.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/library/structure') diff --git a/src/library/structure/table.rs b/src/library/structure/table.rs index d5e8920e..8a4eb302 100644 --- a/src/library/structure/table.rs +++ b/src/library/structure/table.rs @@ -8,7 +8,7 @@ pub struct TableNode { pub tracks: Axes>, /// Defines sizing of gutter rows and columns between content. pub gutter: Axes>, - /// The nodes to be arranged in the table. + /// The content to be arranged in the table. pub cells: Vec, } -- cgit v1.2.3