aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJade <[email protected]>2021-06-14 08:38:28 +0100
committerGitHub <[email protected]>2021-06-14 08:38:28 +0100
commite23cfeac7114caaf5fa222c16d11e4f49413a91b (patch)
treecbfaace88ad11fae932e4454a658fc86f2c4b3bf /docs
parent5a8ddb4b2d62f6a56f867ff2daafef6a2b15f00f (diff)
Fix typo in env-var quoting
Diffstat (limited to 'docs')
-rw-r--r--docs/dev/architecture.md2
1 files changed, 1 insertions, 1 deletions
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
428It's easy to see all the things that trigger rust-analyzer processing, together with their performance 428It's easy to see all the things that trigger rust-analyzer processing, together with their performance
429 429
430rust-analyzer includes a simple hierarchical profiler (`hprof`). 430rust-analyzer includes a simple hierarchical profiler (`hprof`).
431It is enabled with `RA_PROFILE='*>50` env var (log all (`*`) actions which take more than `50` ms) and produces output like: 431It is enabled with `RA_PROFILE='*>50'` env var (log all (`*`) actions which take more than `50` ms) and produces output like:
432 432
433``` 433```
43485ms - handle_completion 43485ms - handle_completion