Doc typofix

Sat, 07 Dec 2024 21:52:43 -0500

author
Tuomo Valkonen <tuomov@iki.fi>
date
Sat, 07 Dec 2024 21:52:43 -0500
changeset 53
60928f1440e0
parent 52
1d8e5731a4d3
child 54
cfd8d2304e9e

Doc typofix

src/dist.rs file | annotate | diff | comparison | revisions
--- 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();

mercurial