From 5ce2a006b6d45d29be15e4562ae3ab4fc1b8e97c Mon Sep 17 00:00:00 2001 From: Laurenz Date: Fri, 11 Mar 2022 12:22:27 +0100 Subject: Consistent block naming --- src/library/math/mod.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/library/math') 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. -- cgit v1.2.3