diff --git a/src/doc/rustc-dev-guide/src/queries/profiling.md b/src/doc/rustc-dev-guide/src/queries/profiling.md index ec04ad2c3ad9..7e0b686869a0 100644 --- a/src/doc/rustc-dev-guide/src/queries/profiling.md +++ b/src/doc/rustc-dev-guide/src/queries/profiling.md @@ -139,7 +139,7 @@ These rows are **sorted by total duration**, in descending order. The following example `profile_queries.counts.txt` file results from running on a hello world program (a single main function that uses `println` to print -`"hello world"). +`"hello world"`). As explained above, the columns consist of `provider/pass`, `count`, `duration`: