Skip to content

Commit 823e8d0

Browse files
committed
fix misleading doc
1 parent ff15fc6 commit 823e8d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/multivariate/randpermgibbs.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This applies `unislice` coordinate-wise in a random order.
99
- `unislice::Union{<:AbstractUnivariateSliceSampling,<:AbstractVector{<:AbstractUnivariateSliceSampling}}`: a single or a vector of univariate slice sampling algorithms.
1010
1111
When `unislice` is a vector of samplers, each slice sampler is applied to the corresponding coordinate of the target posterior.
12-
Furthermore, the `length(unislice)` must match the dimensionality of the posterior.
12+
In that case, the `length(unislice)` must match the dimensionality of the posterior.
1313
"""
1414
struct RandPermGibbs{
1515
S <: Union{

0 commit comments

Comments
 (0)