mirror of
https://github.com/hannobraun/Fornjot
synced 2025-10-23 00:08:32 +00:00
Update formatting in Tolerance
documentation
This commit is contained in:
parent
d1d730aed0
commit
d878bc8cd6
@ -4,7 +4,7 @@
|
||||
|
||||
use fj_math::Scalar;
|
||||
|
||||
/// A tolerance value
|
||||
/// # A tolerance value
|
||||
///
|
||||
/// A tolerance value is used during approximation. It defines the maximum
|
||||
/// allowed deviation of the approximation from the actual shape.
|
||||
@ -12,7 +12,7 @@ use fj_math::Scalar;
|
||||
/// The `Tolerance` type enforces that the tolerance value is always larger than
|
||||
/// zero, which is an attribute that the approximation code relies on.
|
||||
///
|
||||
/// # Failing [`From`]/[`Into`] implementation
|
||||
/// ## Failing [`From`]/[`Into`] implementation
|
||||
///
|
||||
/// The [`From`]/[`Into`] implementations of tolerance are fallible, which goes
|
||||
/// against the explicit mandate of those traits, as stated in their
|
||||
|
Loading…
x
Reference in New Issue
Block a user