Skip to content

Commit ce0a3e8

Browse files
committed
fixed typo
1 parent 9ee336b commit ce0a3e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/submodel_macro.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ function submodel(prefix_expr, expr, ctx=esc(:__context__))
244244
$retval, $(esc(:__varinfo__)) = $(DynamicPPL._evaluate!!)(
245245
$(esc(R)), $(esc(:__varinfo__)), $(ctx)
246246
)
247-
esc(L) = $retval
247+
$(esc(L)) = $retval
248248
end
249249
end
250250
end

0 commit comments

Comments
 (0)