Skip to content

Commit 60c9fc6

Browse files
authored
Fix typo
1 parent 8b98614 commit 60c9fc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ It is possible to manually increase (or decrease) the accumulated log density fr
166166
@addlogprob!
167167
```
168168

169-
Return values of the model function can be obtained with [`returned(model, sample)`](@ref), where `sample` is either a `MCMCChains.Chains` object (which represents a collection samples) or a single sample represented as a `NamedTuple`.
169+
Return values of the model function can be obtained with [`returned(model, sample)`](@ref), where `sample` is either a `MCMCChains.Chains` object (which represents a collection of samples) or a single sample represented as a `NamedTuple`.
170170

171171
```@docs
172172
returned(::DynamicPPL.Model, ::MCMCChains.Chains)

0 commit comments

Comments
 (0)