Update doc

This commit is contained in:
Edwin Cheng 2021-01-28 23:33:58 +08:00
parent 35310f1032
commit edcafe7865

View file

@ -423,7 +423,7 @@ Reloads project information (that is, re-executes `cargo metadata`).
```typescript
interface StatusParams {
status: "loading" | "ready" | "invalid" | "needsReload",
status: "loading" | "readyPartial" | "ready" | "invalid" | "needsReload",
}
```