Skip to content

Commit 6faa9b5

Browse files
authored
fix typo (#541)
1 parent 618886c commit 6faa9b5

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
@@ -985,7 +985,7 @@ resolveRequestWithListResp method params = do
985985
rsp <- request method params
986986
pure $ absorbNull $ getResponseResult rsp
987987

988-
-- | Pass a param and return the response from `prepareCallHierarchy`
988+
-- | Pass a param and return the response from `semanticTokensFull`
989989
getSemanticTokens :: TextDocumentIdentifier -> Session (SemanticTokens |? Null)
990990
getSemanticTokens doc = do
991991
let params = SemanticTokensParams Nothing Nothing doc

0 commit comments

Comments
 (0)