From 8638351e9dc75d976a8dcf1609b4fd6a8b50d7dd Mon Sep 17 00:00:00 2001 From: Santiago Pastorino Date: Thu, 3 Sep 2020 18:14:12 -0300 Subject: [PATCH] Fix typo, hellow -> hello --- src/queries/profiling.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/queries/profiling.md b/src/queries/profiling.md index fc8846fc..a89e05c7 100644 --- a/src/queries/profiling.md +++ b/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`: