diff -r 3697375f4ee9 -r 1f301affeae3 src/linops.rs --- a/src/linops.rs Thu Mar 19 18:21:40 2026 -0500 +++ b/src/linops.rs Wed Apr 22 23:41:59 2026 -0500 @@ -1059,7 +1059,7 @@ /// The simplest linear mapping, scaling by a scalar. /// -/// TODO: redefined/replace [`Weighted`] by composition with [`Scaled`]. +/// TODO: redefined/replace `Weighted` by composition with [`Scaled`]. pub struct Scaled(pub F); impl Mapping for Scaled