Skip to content

Commit 690b017

Browse files
Update docs/src/internals/varinfo.md
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f76658a commit 690b017

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/src/internals/varinfo.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,9 @@ For example, with the model above we have
7979

8080
```@example varinfo-design
8181
# Type-unstable `VarInfo`
82-
varinfo_untyped = DynamicPPL.untyped_varinfo(demo(), SamplingContext(), DynamicPPL.Metadata())
82+
varinfo_untyped = DynamicPPL.untyped_varinfo(
83+
demo(), SamplingContext(), DynamicPPL.Metadata()
84+
)
8385
typeof(varinfo_untyped.metadata)
8486
```
8587

0 commit comments

Comments
 (0)