aboutsummaryrefslogtreecommitdiff
path: root/src/meter.rs
diff options
context:
space:
mode:
authorJoe Wilm <joe@jwilm.com>2016-12-16 22:48:04 -0800
committerJoe Wilm <joe@jwilm.com>2016-12-16 22:48:04 -0800
commitbde4dacc791501440515c1a51ad2fcb0256cf04c (patch)
tree66bd6762c4ae11705d1a82ed72112a408e5ec2d5 /src/meter.rs
parent781572096ea67516a98872b1b3c5b1ffaea9bae0 (diff)
downloadalacritty-bde4dacc791501440515c1a51ad2fcb0256cf04c.tar.gz
alacritty-bde4dacc791501440515c1a51ad2fcb0256cf04c.zip
Misc formatting fixes
Diffstat (limited to 'src/meter.rs')
-rw-r--r--src/meter.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/meter.rs b/src/meter.rs
index 2dc2ed21..58c92145 100644
--- a/src/meter.rs
+++ b/src/meter.rs
@@ -27,8 +27,8 @@
//! let _sampler = meter.sampler();
//! }
//!
-//! // Get the moving average. The meter tracks a fixed number of samles, and the average won't mean
-//! // much until it's filled up at least once.
+//! // Get the moving average. The meter tracks a fixed number of samles, and
+//! // the average won't mean much until it's filled up at least once.
//! println!("Average time: {}", meter.average());
use std::time::{Instant, Duration};