Skip to content

Commit 902641f

Browse files
authored
fixed incorrect comment
1 parent acb2cb0 commit 902641f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/ext/DynamicPPLJETExt.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
if x
3636
y ~ Normal()
3737
else
38-
y ~ Cauchy() # different distibution, but same transformation => should work
38+
y ~ Cauchy() # different distibution, but same transformation
3939
end
4040
end
4141
@test DynamicPPL.determine_varinfo(demo4(); verbose=true) isa

0 commit comments

Comments
 (0)