--- a/src/dist.rs Sat Dec 07 14:08:27 2024 -0500 +++ b/src/dist.rs Sat Dec 07 21:52:43 2024 -0500 @@ -61,7 +61,7 @@ } impl<M : ManifoldPoint> Prox<M> for DistTo<M> { - /// This is proximal map is a type of soft-thresholding on manifolds. + /// This proximal map is a type of soft-thresholding on manifolds. fn prox(&self, τ : f64, x : M) -> M { let v = x.log(&self.0); let d = v.norm2();