Fix typo in rustdoc (#654)

This commit is contained in:
lukaslueg 2017-07-08 19:33:17 +02:00 committed by Joe Wilm
parent 3f3ef9ac15
commit 94849c4f2a
1 changed files with 1 additions and 1 deletions

View File

@ -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());