Skip to content

Commit 001dd6f

Browse files
committed
Fix docstring typo
1 parent d2745c0 commit 001dd6f

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
@@ -188,7 +188,7 @@ getsampler(::IsParent, context::AbstractContext) = getsampler(childcontext(conte
188188
"""
189189
struct DefaultContext <: AbstractContext end
190190
191-
The `DefaultContext` is used by default to compute log the joint probability of the data
191+
The `DefaultContext` is used by default to compute the log joint probability of the data
192192
and parameters when running the model.
193193
"""
194194
struct DefaultContext <: AbstractContext end

0 commit comments

Comments
 (0)