summaryrefslogtreecommitdiff
path: root/library/src/layout
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
parent7597b997890647aa0546ec7bfef1eae4e33cedcb (diff)
Documentation fixes
Diffstat (limited to 'library/src/layout')
-rw-r--r--library/src/layout/list.rs5
-rw-r--r--library/src/layout/par.rs2
2 files changed, 3 insertions, 4 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],
/// )
/// ```
///
diff --git a/library/src/layout/par.rs b/library/src/layout/par.rs
index bd08b8a5..64a6c513 100644
--- a/library/src/layout/par.rs
+++ b/library/src/layout/par.rs
@@ -32,7 +32,7 @@ use crate::text::{
/// integer value of $n > 2$.
///
/// Without loss of generality,
-/// let a be the smallest of the
+/// let $a$ be the smallest of the
/// three integers. Then, we ...
/// ```
///