Skip to content

Commit 82578cf

Browse files
committed
fixed doctests
1 parent bfa88b2 commit 82578cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/experimental.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ true
7777
7878
julia> # In contrast, a simple model with no random support can be handled by typed varinfo.
7979
@model model_with_static_support() = x ~ Normal()
80-
model_with_static_support (generic function with 2 method)
80+
model_with_static_support (generic function with 2 methods)
8181
8282
julia> varinfo = determine_suitable_varinfo(model_with_static_support());
8383

0 commit comments

Comments
 (0)