Skip to content

Commit 322363b

Browse files
committed
Fix typo
1 parent 5639b9d commit 322363b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/binomial_distribution_test.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ defmodule BinomialDistributionTest do
3131
assert r == Math.to_int(r)
3232
# cannot be greater than number of trials
3333
assert r <= n
34-
# cannot be less than sero
34+
# cannot be less than zero
3535
assert r >= 0
3636
end
3737
end

0 commit comments

Comments
 (0)