Skip to content

Commit 32a5d77

Browse files
authored
add missing backticks (#756)
1 parent 681e472 commit 32a5d77

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/model.jl

+1
Original file line numberDiff line numberDiff line change
@@ -1423,6 +1423,7 @@ julia> model = illegal_likelihood() | (a = 1.0,);
14231423
julia> model()
14241424
ERROR: ArgumentError: `~` with a model on the right-hand side of an observe statement is not supported
14251425
[...]
1426+
```
14261427
"""
14271428
to_submodel(model::Model, auto_prefix::Bool=true) =
14281429
to_sampleable(returned(model), auto_prefix)

0 commit comments

Comments
 (0)