1
0
Fork 0
mirror of https://github.com/alacritty/alacritty.git synced 2024-11-18 13:55:23 -05:00

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

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