From e23cfeac7114caaf5fa222c16d11e4f49413a91b Mon Sep 17 00:00:00 2001 From: Jade Date: Mon, 14 Jun 2021 00:38:28 -0700 Subject: Fix typo in env-var quoting --- docs/dev/architecture.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/dev/architecture.md b/docs/dev/architecture.md index 3de1b99a5..721c555ab 100644 --- a/docs/dev/architecture.md +++ b/docs/dev/architecture.md @@ -428,7 +428,7 @@ Rather than spawning futures or scheduling callbacks (open), the event loop acce It's easy to see all the things that trigger rust-analyzer processing, together with their performance rust-analyzer includes a simple hierarchical profiler (`hprof`). -It is enabled with `RA_PROFILE='*>50` env var (log all (`*`) actions which take more than `50` ms) and produces output like: +It is enabled with `RA_PROFILE='*>50'` env var (log all (`*`) actions which take more than `50` ms) and produces output like: ``` 85ms - handle_completion -- cgit v1.2.3