Skip to content

Commit 2a4b874

Browse files
committed
Export AbstractAccumulator, fix a docs typo
1 parent 0b08237 commit 2a4b874

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/src/api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ SimpleVarInfo
350350
The subtypes of [`AbstractVarInfo`](@ref) store the cumulative log prior and log likelihood, and sometimes other variables that change during executing, in what are called accumulators.
351351

352352
```@docs
353-
AbstractAccumulators
353+
AbstractAccumulator
354354
```
355355

356356
DynamicPPL provides the following default accumulators.

src/DynamicPPL.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ import Base:
4747
export AbstractVarInfo,
4848
VarInfo,
4949
SimpleVarInfo,
50+
AbstractAccumulator,
5051
LogLikelihood,
5152
LogPrior,
5253
NumProduce,

0 commit comments

Comments
 (0)