Skip to content

Commit b99871b

Browse files
authored
Fix comment
1 parent e76194a commit b99871b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lsp-test/src/Language/LSP/Test.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,7 @@ getCodeActions doc range = do
536536
Right (InR _) -> return []
537537
Left error -> throw (UnexpectedResponseError (SomeLspId $ fromJust $ rsp ^. L.id) error)
538538

539-
-- | Returns the Returns the code actions in the specified range, resolving any with
539+
-- | Returns the code actions in the specified range, resolving any with
540540
-- a non empty _data_ field.
541541
getAndResolveCodeActions :: TextDocumentIdentifier -> Range -> Session [Command |? CodeAction]
542542
getAndResolveCodeActions doc range = do

0 commit comments

Comments
 (0)