From 3d7717de62861f53ca7ad3894ec78ea08d01c1de Mon Sep 17 00:00:00 2001 From: sjdaines Date: Thu, 17 Oct 2024 14:37:49 +0100 Subject: [PATCH] fix typo --- src/SparsityTracing.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SparsityTracing.jl b/src/SparsityTracing.jl index 3fa1480..83cc22e 100644 --- a/src/SparsityTracing.jl +++ b/src/SparsityTracing.jl @@ -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 ###################