Skip to content

Commit d8d30a7

Browse files
committed
Auto merge of #10879 - dcaba:master, r=epage
docs: fixing minor error in the default timing report filename ### What does this PR try to resolve? Minor documentation fix, as I accidentally realized that the timings build report filename is not plural.
2 parents 3959f87 + 0b3f197 commit d8d30a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/src/reference/timings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ takes, and tracks concurrency information over time.
66
cargo build --timings
77
```
88

9-
This writes an HTML report in `target/cargo-timings/cargo-timings.html`. This
9+
This writes an HTML report in `target/cargo-timings/cargo-timing.html`. This
1010
also writes a copy of the report to the same directory with a timestamp in the
1111
filename, if you want to look at older runs.
1212

0 commit comments

Comments
 (0)