diff options
Diffstat (limited to 'library/src/layout')
| -rw-r--r-- | library/src/layout/list.rs | 5 | ||||
| -rw-r--r-- | library/src/layout/par.rs | 2 |
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 ... /// ``` /// |
