Skip to content

Commit 4df48b8

Browse files
authored
Clarify comment
1 parent 1dc6932 commit 4df48b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/codegen/forward.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ function fwd_transform!(ci, mi, nargs, N)
5959
return nothing
6060
else
6161
# Fallback case, for literals.
62-
# Literals are not Exprs so error for them.
62+
# If it is an Expr, then it is not a literal
6363
if isa(stmt, Expr)
6464
error("Unexprected statement encountered. This is a bug in Diffractor. stmt=$stmt")
6565
end

0 commit comments

Comments
 (0)