Skip to content

Commit b4664d0

Browse files
oxinaboxablaom
andauthored
Update docs/src/maths/propagators.md
Co-authored-by: Anthony Blaom, PhD <anthony.blaom@gmail.com>
1 parent dc7bf6b commit b4664d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/maths/propagators.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ end
191191
function ChainRulesCore.rrule(m::Multiplier, y)
192192
product = m(y)
193193
function pullback(Δproduct)
194-
∂self = Tangent{typeof(m)}(; x = Δproduct * y')
194+
∂self = Tangent{Multiplier}(; x = Δproduct * y')
195195
∂y = m.x' * Δproduct
196196
return ∂self, ∂y
197197
end

0 commit comments

Comments
 (0)