mirror of
https://github.com/rust-lang-nursery/rust-cookbook
synced 2024-11-21 19:13:07 +00:00
Fix typo (#592)
This commit is contained in:
parent
dd4efa8dcd
commit
dac3bd15ee
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
By default, random numbers in the `rand` crate have
|
||||
[uniform distribution]. The [`rand_distr`] crate provides
|
||||
other kinds of distrubutions. To use them, you instantiate
|
||||
other kinds of distributions. To use them, you instantiate
|
||||
a distribution, then sample from that distribution using
|
||||
[`Distribution::sample`] with help of a random-number
|
||||
generator [`rand::Rng`].
|
||||
|
|
Loading…
Reference in a new issue