diff src/LazyTensors/lazy_tensor_operations.jl @ 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 bc384aaade30
children 1ba8a398af9c
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