Fix typo
This commit is contained in:
parent
8c5121ca08
commit
5a6fb296a4
@ -66,8 +66,7 @@ macro_rules! define_moments {
|
|||||||
/// The maximal order of the moment to be calculated.
|
/// The maximal order of the moment to be calculated.
|
||||||
const MAX_MOMENT: usize = $MAX_MOMENT;
|
const MAX_MOMENT: usize = $MAX_MOMENT;
|
||||||
|
|
||||||
/// Estimate the first N moments of a sequence of numbers a sequence of numbers
|
/// Estimate the first N moments of a sequence of numbers ("population").
|
||||||
/// ("population").
|
|
||||||
#[derive(Debug, Clone)]
|
#[derive(Debug, Clone)]
|
||||||
#[cfg_attr(feature = "serde1", derive(Serialize, Deserialize))]
|
#[cfg_attr(feature = "serde1", derive(Serialize, Deserialize))]
|
||||||
pub struct $name {
|
pub struct $name {
|
||||||
|
Loading…
Reference in New Issue
Block a user