Skip to content

Commit d316306

Browse files
authored
fixed docstring for returned(model)
1 parent 98538c5 commit d316306

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/model.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1296,7 +1296,7 @@ end
12961296
"""
12971297
returned(model::Model)
12981298
1299-
Return a wrapper around `model` which indicates that this model can only be sampled from.
1299+
Return a `model` wrapper indicating that this a model over the return-values.
13001300
13011301
This is mainly meant to be used on the right-hand side of a `~` operator to indicate that
13021302
the model can be sampled from but not necessarily evaluated for its log density.

0 commit comments

Comments
 (0)