Skip to content

Commit faa9f3a

Browse files
committed
Fix typos
1 parent 3a21a5e commit faa9f3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lsp4clj/server.clj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@
228228
;; To accomplish this we processes inbound requests and notifications
229229
;; separately from inbound responses. If the server starts blocking
230230
;; waiting for a response, we buffer the inbound requests and
231-
;; notificatons until the server is prepared to process them.
231+
;; notifications until the server is prepared to process them.
232232

233233
;; If the buffer becomes full, we assume that the server isn't
234234
;; handling inbound requests and notifcations because it's waiting for
@@ -241,7 +241,7 @@
241241

242242
;; This ensures we don't drop any client messages, though we could
243243
;; stop reading them if the server keeps blocking. If we're lucky
244-
;; either the language server will unblock, or the client will decided
244+
;; either the language server will unblock, or the client will decide
245245
;; to stop sending messages because it's failed to receive a server
246246
;; response (i.e., we will have managed to apply backpressure to the
247247
;; client). If we're unlucky, the server could keep blocking forever.

0 commit comments

Comments
 (0)