Modify doc comment

This commit is contained in:
David Peter 2022-02-19 16:21:58 +01:00 committed by David Peter
parent 833529f733
commit 2d0cd4b53c

View File

@ -26,7 +26,7 @@ use anyhow::{bail, Result};
/// Threshold for warning about fast execution time
pub const MIN_EXECUTION_TIME: Second = 5e-3;
/// Results from timing a single shell command
/// Results from timing a single command
#[derive(Debug, Default, Copy, Clone)]
pub struct TimingResult {
/// Wall clock time