diff --git a/src/meter.rs b/src/meter.rs index 58c92145..0b091ab1 100644 --- a/src/meter.rs +++ b/src/meter.rs @@ -27,7 +27,7 @@ //! let _sampler = meter.sampler(); //! } //! -//! // Get the moving average. The meter tracks a fixed number of samles, and +//! // Get the moving average. The meter tracks a fixed number of samples, and //! // the average won't mean much until it's filled up at least once. //! println!("Average time: {}", meter.average());