diff options
| -rw-r--r-- | library/src/math/frac.rs | 1 |
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 |
