Skip to content

Commit 63ca3f4

Browse files
authored
Fix typo
1 parent 5fbe319 commit 63ca3f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/context_implementations.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ end
8585
tilde_observe(ctx, sampler, right, left, vname, vinds, vi)
8686
8787
This method is applied in the generated code for observed variables, e.g., `x ~ Normal()` where
88-
`x` does occur the model inputs.
88+
`x` does occur in the model inputs.
8989
9090
Falls back to `tilde(ctx, sampler, right, left, vi)` ignoring the information about variable
9191
name and indices; if needed, these can be accessed through this function, though.

0 commit comments

Comments
 (0)