summaryrefslogtreecommitdiff
path: root/library/src/basics/table.rs
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2022-12-23 00:33:22 +0100
committerLaurenz <laurmaedje@gmail.com>2022-12-23 00:34:17 +0100
commit1a9bcaccec411cbc50a5d1ff64f266afaa63a29c (patch)
tree3d63a07659ca159c72d87b465699049301628c89 /library/src/basics/table.rs
parentfd787317a858f0f6d9a3ac551d3fecb93286a0af (diff)
Fix typos
Diffstat (limited to 'library/src/basics/table.rs')
-rw-r--r--library/src/basics/table.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/src/basics/table.rs b/library/src/basics/table.rs
index 411a31fc..01b16898 100644
--- a/library/src/basics/table.rs
+++ b/library/src/basics/table.rs
@@ -4,7 +4,7 @@ use crate::prelude::*;
/// # Table
/// A table of items.
///
-/// Tables are used to arrange content in cells. Cells can contain arbitray
+/// Tables are used to arrange content in cells. Cells can contain arbitrary
/// content, including multiple paragraphs and are specified in row-major order.
/// Because tables are just grids with configurable cell properties, refer to
/// the [grid documentation](@grid) for more information on how to size the