summaryrefslogtreecommitdiff
path: root/src/library
diff options
context:
space:
mode:
Diffstat (limited to 'src/library')
-rw-r--r--src/library/math/mod.rs2
-rw-r--r--src/library/text/mod.rs2
2 files changed, 3 insertions, 1 deletions
diff --git a/src/library/math/mod.rs b/src/library/math/mod.rs
index 761b4480..c5b79117 100644
--- a/src/library/math/mod.rs
+++ b/src/library/math/mod.rs
@@ -1,3 +1,5 @@
+//! Mathematical formulas.
+
use crate::library::prelude::*;
/// A mathematical formula.
diff --git a/src/library/text/mod.rs b/src/library/text/mod.rs
index 1ce3518c..197971d0 100644
--- a/src/library/text/mod.rs
+++ b/src/library/text/mod.rs
@@ -1,4 +1,4 @@
-//! Text shaping and paragraph layout.
+//! Text handling and paragraph layout.
mod deco;
mod link;