Skip to content

Commit ea3d655

Browse files
authored
Update dhall-lsp-server/src/Dhall/LSP/Handlers.hs
1 parent b007349 commit ea3d655

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dhall-lsp-server/src/Dhall/LSP/Handlers.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -641,7 +641,7 @@ cancelationHandler :: Handlers HandlerM
641641
cancelationHandler =
642642
LSP.notificationHandler SMethod_CancelRequest \_ -> return ()
643643

644-
-- this handler is a stab to prevent `lsp:no handler for:` messages.
644+
-- This handler is a stub to prevent `lsp:no handler for:` messages.
645645
documentDidCloseHandler :: Handlers HandlerM
646646
documentDidCloseHandler =
647647
LSP.notificationHandler SMethod_TextDocumentDidClose \_ -> return ()

0 commit comments

Comments
 (0)