Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'docs/dev/lsp-extensions.md')
-rw-r--r--docs/dev/lsp-extensions.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/dev/lsp-extensions.md b/docs/dev/lsp-extensions.md
index c157bab590..bb5c658948 100644
--- a/docs/dev/lsp-extensions.md
+++ b/docs/dev/lsp-extensions.md
@@ -1,5 +1,5 @@
<!---
-lsp_ext.rs hash: 92fe1037312754df
+lsp_ext.rs hash: 7269e4cfab906e10
If you need to change the above hash to make the test pass, please check if you
need to adjust this doc as well and ping this issue:
@@ -422,9 +422,9 @@ Returns internal status message, mostly for debugging purposes.
Reloads project information (that is, re-executes `cargo metadata`).
-## Reload proc-macros
+## Rebuild proc-macros
-**Method:** `rust-analyzer/reloadProcMacros`
+**Method:** `rust-analyzer/rebuildProcMacros`
**Request:** `null`