Skip to content

Commit f16fcf4

Browse files
committed
Don't shout.
1 parent 55ae222 commit f16fcf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/validation.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ function Base.showerror(io::IO, err::InvalidIRError)
102102
Base.show_backtrace(io, bt)
103103
end
104104
println(io)
105-
printstyled(io, "HINT"; bold = true, color = :cyan)
105+
printstyled(io, "Hint"; bold = true, color = :cyan)
106106
printstyled(
107107
io,
108108
": catch this exception as `err` and call `code_typed(err; interactive = true)` to",

0 commit comments

Comments
 (0)