diff options
| author | Hanif Ariffin <hanif.ariffin.4326@gmail.com> | 2020-04-30 21:18:21 -0400 |
|---|---|---|
| committer | Who? Me?! <mark-i-m@users.noreply.github.com> | 2020-04-30 21:25:17 -0500 |
| commit | 1cac658b1dd26a171a1b025445e4c0cda40d07fc (patch) | |
| tree | abf68b3fcdcf22ccc9df177d1e2b15e1dc51e979 /src/doc/rustc-dev-guide | |
| parent | 70207c4b12fffaf8819238df5c55d23184f08b75 (diff) | |
| download | rust-1cac658b1dd26a171a1b025445e4c0cda40d07fc.tar.gz rust-1cac658b1dd26a171a1b025445e4c0cda40d07fc.zip | |
Minute formatting fix
Diffstat (limited to 'src/doc/rustc-dev-guide')
| -rw-r--r-- | src/doc/rustc-dev-guide/src/queries/profiling.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/src/queries/profiling.md b/src/doc/rustc-dev-guide/src/queries/profiling.md index 37b1bc97b4f..958dd333769 100644 --- a/src/doc/rustc-dev-guide/src/queries/profiling.md +++ b/src/doc/rustc-dev-guide/src/queries/profiling.md @@ -74,7 +74,7 @@ _actual_ output is much longer. [View full HTML output][profile-example-html]. Note; it could take up to a second to properly render depending on your browser. -Here is the corresponding text output](./example-0.counts.txt). +Here is the corresponding [text output](./example-0.counts.txt). [profile-example-html]: ./example-0.html |
