Skip to content

Commit ea069b6

Browse files
committed
Fix typo in _mintegrate_exp_impl exception
1 parent c3fb38f commit ea069b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/density.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ end
169169
function _mintegrate_exp_impl(log_f, μ, ::IsDensity)
170170
throw(
171171
ArgumentError(
172-
"`mintegrate_exp(log_f, μ)` is not valid when `DensityKind(log_f) == IsDensity()`. Use `mintegral(log_f, μ)` instead.",
172+
"`mintegrate_exp(log_f, μ)` is not valid when `DensityKind(log_f) == IsDensity()`. Use `mintegrate(log_f, μ)` instead.",
173173
),
174174
)
175175
end

0 commit comments

Comments
 (0)