Skip to content

Commit 17ce08a

Browse files
committed
Minor correction
1 parent 14bbacc commit 17ce08a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/show.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ end
205205
# print complex numbers with parentheses as needed. Pretty print complex numbers in latex
206206
function printcoefficient(io::IO, pj::Complex{T}, j, mimetype) where {T}
207207

208-
imagsymbol = isa(mimetype::MIME"text/latex") ? "i" : "im"
208+
imagsymbol = isa(mimetype,MIME"text/latex") ? "i" : "im"
209209
a = real(pj)
210210
b = imag(pj)
211211

0 commit comments

Comments
 (0)