From 1192def73b67fb4bf87bda6d0ba415fc819b429f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dirk=20B=C3=A4umer?= Date: Mon, 17 Jul 2023 09:34:55 +0200 Subject: [PATCH] Fix wrong type reference (#1771) --- _specifications/lsp/3.17/language/pullDiagnostics.md | 2 +- _specifications/lsp/3.18/language/pullDiagnostics.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_specifications/lsp/3.17/language/pullDiagnostics.md b/_specifications/lsp/3.17/language/pullDiagnostics.md index 85aa52faf..9aca4a53e 100644 --- a/_specifications/lsp/3.17/language/pullDiagnostics.md +++ b/_specifications/lsp/3.17/language/pullDiagnostics.md @@ -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:
diff --git a/_specifications/lsp/3.18/language/pullDiagnostics.md b/_specifications/lsp/3.18/language/pullDiagnostics.md index 837cc2604..82336fae8 100644 --- a/_specifications/lsp/3.18/language/pullDiagnostics.md +++ b/_specifications/lsp/3.18/language/pullDiagnostics.md @@ -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: