Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sjdaines authored Oct 17, 2024
1 parent 3d7717d commit 9e1c2df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SparsityTracing.jl
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ function Base.show(io::IO, ::MIME"text/plain", d::ADval)
println(io, typeof(d))
println(io, " val=", d.val)
println(io, " deriv:")
show(io, ::MIME"text/plain", deriv(d))
show(io, MIME"text/plain", deriv(d))
end

###################
Expand Down

0 comments on commit 9e1c2df

Please sign in to comment.