aboutsummaryrefslogtreecommitdiff
path: root/src/measurement.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/measurement.rs')
-rwxr-xr-xsrc/measurement.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/measurement.rs b/src/measurement.rs
index 8c6d708..e253670 100755
--- a/src/measurement.rs
+++ b/src/measurement.rs
@@ -15,7 +15,7 @@ use std::time::{Duration, Instant};
/// nanoseconds, the values passed to the formatter will be in nanoseconds).
///
/// Implementors are encouraged to format the values in a way that is intuitive for humans and
-/// uses the SI prefix system. For example, the format used by [WallTime](struct.Walltime.html)
+/// uses the SI prefix system. For example, the format used by [WallTime](struct.WallTime.html)
/// can display the value in units ranging from picoseconds to seconds depending on the magnitude
/// of the elapsed time in nanoseconds.
pub trait ValueFormatter {