Skip to content

Commit e74607f

Browse files
committed
Fix typo Typle
1 parent 4a89a6d commit e74607f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/modeling_library/product.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ continuous_product = ProductDistribution(uniform, normal)
4141

4242
# random
4343
x = continuous_product(low, high, mu, std)
44-
@assert typeof(x) == Gen.get_return_type(continuous_product) == Typle{Float64, Float64}
44+
@assert typeof(x) == Gen.get_return_type(continuous_product) == Tuple{Float64, Float64}
4545

4646
# logpdf
4747
x = (0.1, 0.7)

0 commit comments

Comments
 (0)