Skip to content

Commit

Permalink
docs: fix typo in server.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Viicos committed Jun 7, 2024
1 parent c542e82 commit 6ba9d96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pygls/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,7 @@ def report_server_error(self, error: Exception, source: ServerErrors):
"""
Sends error to the client for displaying.
By default this fucntion does not handle LSP request errors. This is because LSP requests
By default this function does not handle LSP request errors. This is because LSP requests
require direct responses and so already have a mechanism for including unexpected errors
in the response body.
Expand Down

0 comments on commit 6ba9d96

Please sign in to comment.