Skip to content

Commit a692ec3

Browse files
committed
fixed doctest
1 parent 62c5cd1 commit a692ec3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/experimental.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ true
7474
7575
julia> # In contrast, a simple model with no random support can be handled by typed varinfo.
7676
@model model_with_static_support() = x ~ Normal()
77+
model_with_static_support (generic function with 2 method)
7778
7879
julia> varinfo = determine_suitable_varinfo(model_with_static_support());
7980

0 commit comments

Comments
 (0)