Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
moble committed Aug 1, 2022
1 parent 57f06e1 commit 6e60da7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types.jl
Original file line number Diff line number Diff line change
Expand Up @@ -845,7 +845,7 @@ function show_term(io::IO, t)
show_pow(io, args)
elseif f === (getindex)
show_ref(io, f, args)
elseif f === (identity) && !issym(args[1]) && !istree(args[1]]
elseif f === (identity) && !issym(args[1]) && !istree(args[1])
show(io, args[1])
else
show_call(io, f, args)
Expand Down

0 comments on commit 6e60da7

Please sign in to comment.