typofix dev

Fri, 06 Dec 2024 14:59:34 -0500

author
Tuomo Valkonen <tuomov@iki.fi>
date
Fri, 06 Dec 2024 14:59:34 -0500
branch
dev
changeset 53
08db78e3a654
parent 52
c70b575d22b6
child 54
c0301da04883

typofix

src/mapping.rs file | annotate | diff | comparison | revisions
--- a/src/mapping.rs	Fri Dec 06 13:06:22 2024 -0500
+++ b/src/mapping.rs	Fri Dec 06 14:59:34 2024 -0500
@@ -85,7 +85,7 @@
 /// A differentiable mapping from `Domain` to [`Mapping::Codomain`], with differentials
 /// `Differential`.
 ///
-/// This is automatically implemented when the relevant [`Differentiate`] are implemented.
+/// This is automatically implemented when the relevant [`Differentiable`] are implemented.
 pub trait DifferentiableMapping<Domain>
 : Mapping<Domain>
   + Differentiable<Domain, Derivative=Self::DerivativeDomain>

mercurial