This commit is contained in:
Vinzent Steinberg 2018-07-27 16:55:02 +02:00
parent 8c5121ca08
commit 5a6fb296a4
1 changed files with 1 additions and 2 deletions

View File

@ -66,8 +66,7 @@ macro_rules! define_moments {
/// The maximal order of the moment to be calculated.
const MAX_MOMENT: usize = $MAX_MOMENT;
/// Estimate the first N moments of a sequence of numbers a sequence of numbers
/// ("population").
/// Estimate the first N moments of a sequence of numbers ("population").
#[derive(Debug, Clone)]
#[cfg_attr(feature = "serde1", derive(Serialize, Deserialize))]
pub struct $name {