Skip to content

Commit

Permalink
docs: fixing minor error in the default timing report filename
Browse files Browse the repository at this point in the history
  • Loading branch information
dcaba committed Jul 19, 2022
1 parent 3959f87 commit 0b3f197
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/src/reference/timings.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ takes, and tracks concurrency information over time.
cargo build --timings
```

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

Expand Down

0 comments on commit 0b3f197

Please sign in to comment.