Skip to content

Commit

Permalink
Update src/guide-seq.md
Browse files Browse the repository at this point in the history
Co-authored-by: Vinzent Steinberg <Vinzent.Steinberg@gmail.com>
  • Loading branch information
dhardy and vks authored Feb 22, 2022
1 parent 3fabe58 commit 4c2db8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/guide-seq.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ For convenience, you may use:
- [`SliceRandom::choose_weighted`]
- [`SliceRandom::choose_weighted_mut`]

#### Without replacement
### Without replacement

Sampling *without replacement* implies that the action of sampling modifies the
distribution. Since the [`Distribution`] trait is built around the idea of
Expand Down

0 comments on commit 4c2db8e

Please sign in to comment.