Skip to content

Commit

Permalink
fixed docstring for returned(model)
Browse files Browse the repository at this point in the history
  • Loading branch information
torfjelde authored Nov 25, 2024
1 parent 98538c5 commit d316306
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/model.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1296,7 +1296,7 @@ end
"""
returned(model::Model)
Return a wrapper around `model` which indicates that this model can only be sampled from.
Return a `model` wrapper indicating that this a model over the return-values.
This is mainly meant to be used on the right-hand side of a `~` operator to indicate that
the model can be sampled from but not necessarily evaluated for its log density.
Expand Down

0 comments on commit d316306

Please sign in to comment.