Skip to content

Commit 33e6709

Browse files
authored
Fix terminological typo
1 parent b1d144b commit 33e6709

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/contexts.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ PriorContext() = PriorContext(nothing)
2626
vars::Tvars
2727
end
2828
29-
The `LikelihoodContext` enables the computation of the log likelihood of the data when
29+
The `LikelihoodContext` enables the computation of the log likelihood of the parameters when
3030
running the model. `vars` can be used to evaluate the log likelihood for specific values
3131
of the model's parameters. If `vars` is `nothing`, the parameter values inside the `VarInfo` will be used by default.
3232
"""

0 commit comments

Comments
 (0)