Skip to content

Commit b193140

Browse files
committed
fixed typo
1 parent d763714 commit b193140

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compiler.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ function generate_dot_tilde(left, right)
449449
@gensym vn isassumption value
450450
return quote
451451
$vn = $(DynamicPPL.resolve_varnames)(
452-
$(AbstractPPL.drop_escape(varname(left))), right
452+
$(AbstractPPL.drop_escape(varname(left))), $right
453453
)
454454
$isassumption = $(DynamicPPL.isassumption(left, vn))
455455
if $isassumption

0 commit comments

Comments
 (0)