diff src/LazyTensors/lazy_tensor_operations.jl @ 480:c1a366331e75 feature/compose_identity_mappings

Fix typo in docs
author Vidar Stiernström <vidar.stiernstrom@it.uu.se>
date Wed, 04 Nov 2020 20:06:10 +0100
parents 95f3b9036801
children 2fde16253a84
line wrap: on
line diff
--- a/src/LazyTensors/lazy_tensor_operations.jl	Wed Nov 04 20:03:37 2020 +0100
+++ b/src/LazyTensors/lazy_tensor_operations.jl	Wed Nov 04 20:06:10 2020 +0100
@@ -177,7 +177,7 @@
 Base.:∘(tm, tmi)
 Base.:∘(tmi, tm)
 
-Composes a `Tensormapping`s `tm` with an `IdentityMapping`s `tmi`, by returning `tm`
+Composes a `Tensormapping` `tm` with an `IdentityMapping` `tmi`, by returning `tm`
 """
 @inline function Base.:∘(tm::TensorMapping{T,R,D}, tmi::IdentityMapping{T,D}) where {T,R,D}
     @boundscheck check_matching_size(tm::TensorMapping, tmi::TensorMapping)