Skip to content

Commit

Permalink
Fix typo (#1463)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbaeumer committed Apr 16, 2024
1 parent 6051b53 commit 8e62556
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocol/src/common/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export namespace LSPErrorCodes {
export const ContentModified: integer = -32801;

/**
* The client has canceled a request and a server as detected
* The client has canceled a request and a server has detected
* the cancel.
*/
export const RequestCancelled: integer = -32800;
Expand Down

0 comments on commit 8e62556

Please sign in to comment.