Mercurial > repos > public > sbplib_julia
changeset 994:55ab7801c45f refactor/lazy_tensors
Fix typo in doc
| author | Jonatan Werpers <jonatan@werpers.com> |
|---|---|
| date | Fri, 18 Mar 2022 20:44:17 +0100 |
| parents | 2f9beee56a4c |
| children | 1ba8a398af9c |
| files | src/LazyTensors/lazy_tensor_operations.jl |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/LazyTensors/lazy_tensor_operations.jl Fri Mar 18 20:41:31 2022 +0100 +++ b/src/LazyTensors/lazy_tensor_operations.jl Fri Mar 18 20:44:17 2022 +0100 @@ -194,7 +194,7 @@ """ ScalingTensor{T,D} <: TensorMapping{T,D,D} -A Lazy tensor operator that scales its input with `λ`. +A lazy tensor that scales its input with `λ`. """ struct ScalingTensor{T,D} <: TensorMapping{T,D,D} λ::T
