Skip to content

Commit

Permalink
Docs bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mhauru committed Oct 7, 2024
1 parent e013926 commit ed747a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/internals/varinfo.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ For example, with the model above we have
```@example varinfo-design
# Type-unstable `VarInfo`
varinfo_untyped = DynamicPPL.untyped_varinfo(
demo(), SampleFromPrior(), DefaultContext(), DynamicPPL.Metadata
demo(), SampleFromPrior(), DefaultContext(), DynamicPPL.Metadata()
)
typeof(varinfo_untyped.metadata)
```
Expand Down

0 comments on commit ed747a4

Please sign in to comment.