Skip to content

Commit

Permalink
Correctly spell "implementation"
Browse files Browse the repository at this point in the history
  • Loading branch information
tamird authored and vks committed Aug 6, 2020
1 parent bbb0dff commit 0f933f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/distributions/weighted_index.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ use serde::{Serialize, Deserialize};
/// Sampling from `WeightedIndex` will result in a single call to
/// `Uniform<X>::sample` (method of the [`Distribution`] trait), which typically
/// will request a single value from the underlying [`RngCore`], though the
/// exact number depends on the implementaiton of `Uniform<X>::sample`.
/// exact number depends on the implementation of `Uniform<X>::sample`.
///
/// # Example
///
Expand Down

0 comments on commit 0f933f9

Please sign in to comment.