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:
parent
3f3ef9ac15
commit
94849c4f2a
1 changed files with 1 additions and 1 deletions
|
@ -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());
|
||||
|
||||
|
|
Loading…
Reference in a new issue