Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamed82008 committed Jul 18, 2020
1 parent e813abc commit 343a754
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/derivatives/broadcast.jl
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ end
N = length(input)
Δargs = _derivs(f, output_deriv, value.(input)...)
dxs = map(unbroadcast, input, Δargs)
map(_br_add_to_deriv!, input, dxs)
map(_add_to_deriv!, input, dxs)
unseed!(output)
return nothing
end
Expand Down

0 comments on commit 343a754

Please sign in to comment.