diff options
-rw-r--r-- | docs/dev/lsp-extensions.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/dev/lsp-extensions.md b/docs/dev/lsp-extensions.md index 78d86f060..1f2b7386e 100644 --- a/docs/dev/lsp-extensions.md +++ b/docs/dev/lsp-extensions.md | |||
@@ -423,7 +423,7 @@ Reloads project information (that is, re-executes `cargo metadata`). | |||
423 | 423 | ||
424 | ```typescript | 424 | ```typescript |
425 | interface StatusParams { | 425 | interface StatusParams { |
426 | status: "loading" | "ready" | "invalid" | "needsReload", | 426 | status: "loading" | "readyPartial" | "ready" | "invalid" | "needsReload", |
427 | } | 427 | } |
428 | ``` | 428 | ``` |
429 | 429 | ||