Skip to content

Commit c5f06c9

Browse files
committed
typo
1 parent aa260f4 commit c5f06c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/univariate/continuous/logitnormal.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# TODO: think of type piracy
2-
# this is not in Distributions (which ownes LogitNormal) because of dependency on optimize
2+
# this is not in Distributions (which owns LogitNormal) because of dependency on optimize
33
mean(d::LogitNormal{T}; kwargs...) where {T} = T(estimateMean(d, kwargs...))
44

55
function mode(d::LogitNormal{T}) where {T}

0 commit comments

Comments
 (0)