From d356a303f5c014663b86c2bea423d9d9ff8fb52c Mon Sep 17 00:00:00 2001 From: Leedehai <18319900+Leedehai@users.noreply.github.com> Date: Tue, 11 Apr 2023 07:55:23 -0400 Subject: [PATCH] Remove '#' from FracElem docs (#691) --- library/src/math/frac.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/library/src/math/frac.rs b/library/src/math/frac.rs index f19fb32e7..1712a1fc8 100644 --- a/library/src/math/frac.rs +++ b/library/src/math/frac.rs @@ -2,7 +2,6 @@ use super::*; const FRAC_AROUND: Em = Em::new(0.1); -/// # Fraction /// A mathematical fraction. /// /// ## Example