Skip to content

Commit

Permalink
Fix wrong type reference (#1771)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbaeumer authored Jul 17, 2023
1 parent 5ee2142 commit 1192def
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _specifications/lsp/3.17/language/pullDiagnostics.md
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ export type WorkspaceDocumentDiagnosticReport =
| WorkspaceUnchangedDocumentDiagnosticReport;
```

* partial result: The first literal send need to be a `WorkspaceDiagnosticReport` followed by n `DocumentDiagnosticReportPartialResult` literals defined as follows:
* partial result: The first literal send need to be a `WorkspaceDiagnosticReport` followed by n `WorkspaceDiagnosticReportPartialResult` literals defined as follows:

<div class="anchorHolder"><a href="#workspaceDiagnosticReportPartialResult" name="workspaceDiagnosticReportPartialResult" class="linkableAnchor"></a></div>

Expand Down
2 changes: 1 addition & 1 deletion _specifications/lsp/3.18/language/pullDiagnostics.md
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ export type WorkspaceDocumentDiagnosticReport =
| WorkspaceUnchangedDocumentDiagnosticReport;
```

* partial result: The first literal send need to be a `WorkspaceDiagnosticReport` followed by n `DocumentDiagnosticReportPartialResult` literals defined as follows:
* partial result: The first literal send need to be a `WorkspaceDiagnosticReport` followed by n `WorkspaceDiagnosticReportPartialResult` literals defined as follows:

<div class="anchorHolder"><a href="#workspaceDiagnosticReportPartialResult" name="workspaceDiagnosticReportPartialResult" class="linkableAnchor"></a></div>

Expand Down

0 comments on commit 1192def

Please sign in to comment.