Skip to content

Commit 416f968

Browse files
authored
Fix LogPoisson typo in docstring (#1888)
Simple fix that I saw.
1 parent 2d41f09 commit 416f968

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stdlib/distributions.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ end
203203
LogPoisson(logλ)
204204
205205
The *Poisson distribution* with logarithmic parameterization of the rate parameter
206-
descibes the number of independent events occurring within a unit time interval, given the
206+
describes the number of independent events occurring within a unit time interval, given the
207207
average rate of occurrence ``exp(logλ)``.
208208
209209
The distribution has the probability mass function

0 commit comments

Comments
 (0)