summaryrefslogtreecommitdiff
path: root/library/src/layout/list.rs
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2023-02-26 23:07:50 +0100
committerLaurenz <laurmaedje@gmail.com>2023-02-26 23:07:50 +0100
commitaa8a5bf42fa5f6e70faf374696888c640fae9e4e (patch)
tree760187b248ebffc5b319f91f14773303f6f3253a /library/src/layout/list.rs
parent7597b997890647aa0546ec7bfef1eae4e33cedcb (diff)
Documentation fixes
Diffstat (limited to 'library/src/layout/list.rs')
-rw-r--r--library/src/layout/list.rs5
1 files changed, 2 insertions, 3 deletions
diff --git a/library/src/layout/list.rs b/library/src/layout/list.rs
index 38816933..e83b91ab 100644
--- a/library/src/layout/list.rs
+++ b/library/src/layout/list.rs
@@ -11,20 +11,19 @@ use crate::text::TextNode;
/// ## Example
/// ```example
/// - *Content*
-/// - Basics
/// - Text
/// - Math
/// - Layout
/// - Visualize
/// - Meta
+/// - Symbols
///
/// - *Compute*
/// #list(
/// [Foundations],
/// [Calculate],
-/// [Create],
+/// [Construct],
/// [Data Loading],
-/// [Utility],
/// )
/// ```
///