diff options
| author | Leedehai <18319900+Leedehai@users.noreply.github.com> | 2023-04-11 07:55:23 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-11 13:55:23 +0200 |
| commit | d356a303f5c014663b86c2bea423d9d9ff8fb52c (patch) | |
| tree | fb1ee7c2fa93a1d450916d0faa010d7bfac341c7 /library | |
| parent | a8087a9dbb8b24b451bfaa5d31e07e9b5574226d (diff) | |
Remove '#' from FracElem docs (#691)
Diffstat (limited to 'library')
| -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 |
