Skip to content

Commit 367cf50

Browse files
authored
Merge pull request #1228 from cuishuang/master
fix typo
2 parents a8474f7 + 13193fc commit 367cf50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rand_distr/tests/value_stability.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ fn test_samples<F: Debug + ApproxEq, D: Distribution<F>>(
6464
}
6565

6666
#[test]
67-
fn binominal_stability() {
67+
fn binomial_stability() {
6868
// We have multiple code paths: np < 10, p > 0.5
6969
test_samples(353, Binomial::new(2, 0.7).unwrap(), &[1, 1, 2, 1]);
7070
test_samples(353, Binomial::new(20, 0.3).unwrap(), &[7, 7, 5, 7]);

0 commit comments

Comments
 (0)