Skip to content

Commit 11c536c

Browse files
committed
typo
1 parent 52d609e commit 11c536c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/array_dist.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ function Distributions.rand(rng::Random.AbstractRNG, dist::MatrixOfUnivariate)
6161
return rand.(Ref(rng), dist.dists)
6262
end
6363

64-
# Multivariate continuous
64+
# Multivariate
6565

6666
struct VectorOfMultivariate{
6767
S <: ValueSupport,

0 commit comments

Comments
 (0)