Skip to content

Commit 81a1cdd

Browse files
authored
Fix spelling error in var doc string (#19)
1 parent 4069cd5 commit 81a1cdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Statistics.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ distribution. For arrays, this computation is equivalent to calculating
348348
`sum((itr .- mean(itr)).^2) / (length(itr) - 1))`.
349349
If `corrected` is `true`, then the sum is scaled with `n-1`,
350350
whereas the sum is scaled with `n` if `corrected` is
351-
`false` with `n` the number of elements in `itr`.
351+
`false` where `n` is the number of elements in `itr`.
352352
353353
If `itr` is an `AbstractArray`, `dims` can be provided to compute the variance
354354
over dimensions.

0 commit comments

Comments
 (0)