Skip to content

Commit d03eb4c

Browse files
committed
foxed docstring for to_submodel
1 parent f94e07a commit d03eb4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/model.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1292,8 +1292,8 @@ This is mainly meant to be used on the right-hand side of a `~` operator to indi
12921292
the model can be sampled from but not necessarily evaluated for its log density.
12931293
12941294
!!! warning
1295-
Note that other operations that one typically associate with expressions of the form `left ~ right`
1296-
such as [`condition`](@ref) or [`fix`](@ref), will also not work with `to_submodel`.
1295+
Note that some other operations that one typically associate with expressions of the form
1296+
`left ~ right` such as [`condition`](@ref), will also not work with `to_submodel`.
12971297
12981298
!!! warning
12991299
To avoid variable names clashing between models, it is recommend leave argument `auto_prefix` equal to `true`.

0 commit comments

Comments
 (0)