From 0b3f197b3e9748092fafec4b7b0c67f65eb7f8e7 Mon Sep 17 00:00:00 2001 From: Daniel Caballero Rodriguez Date: Tue, 19 Jul 2022 14:48:07 +0200 Subject: [PATCH] docs: fixing minor error in the default timing report filename --- src/doc/src/reference/timings.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doc/src/reference/timings.md b/src/doc/src/reference/timings.md index 310babd04c3..459794c455b 100644 --- a/src/doc/src/reference/timings.md +++ b/src/doc/src/reference/timings.md @@ -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.