Remove '#' from FracElem docs (#691)

This commit is contained in:
Leedehai 2023-04-11 07:55:23 -04:00 committed by GitHub
parent a8087a9dbb
commit d356a303f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,6 @@ use super::*;
const FRAC_AROUND: Em = Em::new(0.1); const FRAC_AROUND: Em = Em::new(0.1);
/// # Fraction
/// A mathematical fraction. /// A mathematical fraction.
/// ///
/// ## Example /// ## Example