diff options
author | Edwin Cheng <[email protected]> | 2021-01-28 15:33:58 +0000 |
---|---|---|
committer | Edwin Cheng <[email protected]> | 2021-01-28 17:04:14 +0000 |
commit | edcafe7865007551f63de36ad4aa3969d353d7b0 (patch) | |
tree | 8a4c77f7cb892435d73891dbbf7ed5107626f6e1 /docs | |
parent | 35310f1032ee1d84853fa166c0003ba9cd38d910 (diff) |
Update doc
Diffstat (limited to 'docs')
-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 | ||