# HG changeset patch # User Tuomo Valkonen # Date 1690799706 -10800 # Node ID 75d65fa74eba001701173f3713cc3f31c9bcbb37 # Parent e3cfc4917ee7ebab487d50a21f59f5d5dcc4224e typofix diff -r e3cfc4917ee7 -r 75d65fa74eba src/norms.rs --- 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 {}