Skip to content

Commit

Permalink
Update docs/src/maths/propagators.md
Browse files Browse the repository at this point in the history
Co-authored-by: Anthony Blaom, PhD <[email protected]>
  • Loading branch information
oxinabox and ablaom authored Dec 8, 2023
1 parent dc7bf6b commit b4664d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/maths/propagators.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ end
function ChainRulesCore.rrule(m::Multiplier, y)
product = m(y)
function pullback(Δproduct)
∂self = Tangent{typeof(m)}(; x = Δproduct * y')
∂self = Tangent{Multiplier}(; x = Δproduct * y')
∂y = m.x' * Δproduct
return ∂self, ∂y
end
Expand Down

0 comments on commit b4664d0

Please sign in to comment.