Skip to content

Commit dac3bd1

Browse files
authored
Fix typo (#592)
1 parent dd4efa8 commit dac3bd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/algorithms/randomness/rand-dist.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
By default, random numbers in the `rand` crate have
66
[uniform distribution]. The [`rand_distr`] crate provides
7-
other kinds of distrubutions. To use them, you instantiate
7+
other kinds of distributions. To use them, you instantiate
88
a distribution, then sample from that distribution using
99
[`Distribution::sample`] with help of a random-number
1010
generator [`rand::Rng`].

0 commit comments

Comments
 (0)