summaryrefslogtreecommitdiff
path: root/library
diff options
context:
space:
mode:
authorLeedehai <18319900+Leedehai@users.noreply.github.com>2023-04-11 07:55:23 -0400
committerGitHub <noreply@github.com>2023-04-11 13:55:23 +0200
commitd356a303f5c014663b86c2bea423d9d9ff8fb52c (patch)
treefb1ee7c2fa93a1d450916d0faa010d7bfac341c7 /library
parenta8087a9dbb8b24b451bfaa5d31e07e9b5574226d (diff)
Remove '#' from FracElem docs (#691)
Diffstat (limited to 'library')
-rw-r--r--library/src/math/frac.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/library/src/math/frac.rs b/library/src/math/frac.rs
index f19fb32e..1712a1fc 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