From aa8a5bf42fa5f6e70faf374696888c640fae9e4e Mon Sep 17 00:00:00 2001 From: Laurenz Date: Sun, 26 Feb 2023 23:07:50 +0100 Subject: Documentation fixes --- library/src/layout/list.rs | 5 ++--- library/src/layout/par.rs | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) (limited to 'library/src/layout') 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 ... /// ``` /// -- cgit v1.2.3