diff --git a/src/math/polygon_tangents.rs b/src/math/polygon_tangents.rs index a4b3e99..4a52e46 100644 --- a/src/math/polygon_tangents.rs +++ b/src/math/polygon_tangents.rs @@ -20,7 +20,7 @@ pub enum PolyTangentException { }, } -/// Caches the `perp_dot_product` call in [`between_vectors`] +/// Caches the [`perp_dot_product`] call in [`between_vectors`](super::between_vectors) #[derive(Clone, Debug)] pub struct CachedPolyExt(pub Box<[(Point, I, f64)]>);