Skip to content

Commit 1ee108a

Browse files
authored
Fix typo in invalid IR error message (#691)
1 parent 862ba76 commit 1ee108a

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
@@ -154,7 +154,7 @@ function Base.showerror(io::IO, err::InvalidIRError)
154154
printstyled(
155155
io,
156156
": catch this exception as `err` and call `code_typed(err; interactive = true)` to",
157-
" introspect the erronous code with Cthulhu.jl";
157+
" introspect the erroneous code with Cthulhu.jl";
158158
color = :cyan,
159159
)
160160
return

0 commit comments

Comments
 (0)