Mon, 31 Jul 2023 13:35:06 +0300
typofix
src/norms.rs | file | annotate | diff | comparison | revisions |
--- a/src/norms.rs Thu Jul 20 23:24:28 2023 +0300 +++ b/src/norms.rs Mon Jul 31 13:35:06 2023 +0300 @@ -12,7 +12,7 @@ /// An exponent for norms. /// -// Just a collection of desirabl attributes for a marker type +// Just a collection of desirable attributes for a marker type pub trait NormExponent : Copy + Send + Sync + 'static {}