Skip to content

Commit 0b3f197

Browse files
committed
docs: fixing minor error in the default timing report filename
1 parent 3959f87 commit 0b3f197

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/src/reference/timings.md

+1-1
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)