Skip to content

Commit 3c62d7c

Browse files
committed
Improve comment
1 parent 10577ea commit 3c62d7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/src/core/builder.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -442,7 +442,7 @@ impl StepDescription {
442442
let paths: Vec<_> = paths
443443
.iter()
444444
.map(|p| {
445-
// If the path does not exist, it may represent the name of a Step, like `test tidy`
445+
// If the path does not exist, it may represent the name of a Step, such as `tidy` in `x test tidy`
446446
if !p.exists() {
447447
return p.clone();
448448
}

0 commit comments

Comments
 (0)