From 5a6fb296a49ff33d1f2b773e9489576e04a3d7ab Mon Sep 17 00:00:00 2001 From: Vinzent Steinberg Date: Fri, 27 Jul 2018 16:55:02 +0200 Subject: [PATCH] Fix typo --- src/moments/mod.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/moments/mod.rs b/src/moments/mod.rs index 1c4695f..95d65c8 100644 --- a/src/moments/mod.rs +++ b/src/moments/mod.rs @@ -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 {