summaryrefslogtreecommitdiff
path: root/src/step.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/step.rs')
-rw-r--r--src/step.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/step.rs b/src/step.rs
index dee07d3..fa7abd6 100644
--- a/src/step.rs
+++ b/src/step.rs
@@ -1,6 +1,6 @@
use crate::specification::{Change, Create, FileCount};
-/// A step in the execution of a benchmark.
+/// A step specification in the execution of a benchmark.
#[derive(Debug)]
pub enum Step {
/// Start a benchmark.