Skip to content

Commit 54946f6

Browse files
committed
fix typo
1 parent 149e89a commit 54946f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/elixir_ls_utils/lib/packet_stream.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ defmodule ElixirLS.Utils.PacketStream do
1919
# jsonrpc 2.0 requires that server responds with
2020
# {"jsonrpc": "2.0", "error": {"code": -32700, "message": "Parse error"}, "id": null}
2121
# when message fails to parse
22-
# instead we halt on any error - it's not woth to handle faulty clients
22+
# instead we halt on any error - it's not worth to handle faulty clients
2323
{:halt, {:error, reason}}
2424

2525
{:ok, packet} ->

0 commit comments

Comments
 (0)