# HG changeset patch # User Tuomo Valkonen # Date 1733626363 18000 # Node ID 60928f1440e0d22860fb1b2630cf06772e96a667 # Parent 1d8e5731a4d38047614a0f7214ccdf90e274ccb8 Doc typofix diff -r 1d8e5731a4d3 -r 60928f1440e0 src/dist.rs --- 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 Prox for DistTo { - /// 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();