Skip to content

Commit

Permalink
fix punctuation typo (#2048)
Browse files Browse the repository at this point in the history
  • Loading branch information
g-plane authored Oct 24, 2024
1 parent 5c9d7b0 commit 2cef6ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _specifications/lsp/3.17/language/pullDiagnostics.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export interface DiagnosticRegistrationOptions extends
The text document diagnostic request is sent from the client to the server to ask the server to compute the diagnostics for a given document. As with other pull requests the server is asked to compute the diagnostics for the currently synced version of the document.

_Request_:
* method: 'textDocument/diagnostic'.
* method: `textDocument/diagnostic`.
* params: `DocumentDiagnosticParams` defined as follows:

<div class="anchorHolder"><a href="#documentDiagnosticParams" name="documentDiagnosticParams" class="linkableAnchor"></a></div>
Expand Down Expand Up @@ -309,7 +309,7 @@ If a client receives a diagnostic report for a document in a workspace diagnosti
- diagnostics from a document pull should win over diagnostics from a workspace pull.

_Request_:
* method: 'workspace/diagnostic'.
* method: `workspace/diagnostic`.
* params: `WorkspaceDiagnosticParams` defined as follows:

<div class="anchorHolder"><a href="#workspaceDiagnosticParams" name="workspaceDiagnosticParams" class="linkableAnchor"></a></div>
Expand Down

0 comments on commit 2cef6ae

Please sign in to comment.