Skip to content

Commit d709319

Browse files
Doc string
1 parent fc31d02 commit d709319

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/container.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ mutable struct ParticleContainer{T<:Particle}
100100
vals::Vector{T}
101101
"Unnormalized logarithmic weights."
102102
logWs::Vector{Float64}
103-
"Traced RNG"
103+
"Traced RNG to replay the resampling step"
104104
rng::TracedRNG
105105
end
106106

0 commit comments

Comments
 (0)