Skip to content

Commit c3df6aa

Browse files
penelopeysmmhauru
andauthored
Update developers/models/varinfo-overview/index.qmd
Co-authored-by: Markus Hauru <[email protected]>
1 parent 45c8e45 commit c3df6aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

developers/models/varinfo-overview/index.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ DynamicPPL's source code contains many different kinds of VarInfos, each with di
9494
The details of these are somewhat arcane and unfortunately cannot be fully abstracted away, mainly due to performance considerations.
9595

9696
For the vast majority of users, it suffices to know that you can generate one of them for a model with the constructor `VarInfo([rng, ]model)`.
97-
Note that this construction executes the model once (in the process, sampling new parameter values from the prior).
97+
Note that this construction executes the model once (sampling new parameter values from the prior in the process).
9898

9999
```{julia}
100100
v = VarInfo(model)

0 commit comments

Comments
 (0)