Skip to content

Commit a19bf2f

Browse files
committed
Fix accumulator docstring
1 parent 10de51f commit a19bf2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/accumulators.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ An accumulator type `T <: AbstractAccumulator` must implement the following meth
1616
- `Base.copy(acc::T)`
1717
1818
In these functions:
19-
- `val` is the new value of the random variable sampled from a new distribution (always
20-
in the original unlinked space), or the value on the left-hand side of an observe
19+
- `val` is the new value of the random variable sampled from a distribution (always in
20+
the original unlinked space), or the value on the left-hand side of an observe
2121
statement.
2222
- `dist` is the distribution on the RHS of the tilde statement.
2323
- `vn` is the `VarName` that is on the left-hand side of the tilde-statement. If the

0 commit comments

Comments
 (0)