diff options
| author | Santiago Pastorino <spastorino@gmail.com> | 2020-09-03 18:14:12 -0300 |
|---|---|---|
| committer | Joshua Nelson <joshua@yottadb.com> | 2020-09-09 12:30:56 -0400 |
| commit | 176fd1015aa21c974c0999063d418da2dbda2816 (patch) | |
| tree | 0c29f8564d1c67dd6dbddd681985f54755d4dac6 /src/doc | |
| parent | f7bf37a53fedf96eb9347933f3668ecd5a1c094c (diff) | |
| download | rust-176fd1015aa21c974c0999063d418da2dbda2816.tar.gz rust-176fd1015aa21c974c0999063d418da2dbda2816.zip | |
Fix typo, hellow -> hello
Diffstat (limited to 'src/doc')
| -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 fc8846fc5c5..a89e05c74cc 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 -`"hellow world"). +`"hello world"). As explained above, the columns consist of `provider/pass`, `count`, `duration`: |
