Skip to content

Commit 4ef68cb

Browse files
martskinsautozimu
authored andcommitted
Fix handleCodeLensAction documentation
1 parent 90e49e5 commit 4ef68cb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/LanguageClient.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -495,9 +495,9 @@ Signature: LanguageClient#textDocument_codeLens(...)
495495

496496
Computes and displays the codeLens for the currently open file.
497497

498-
*LanguageClient#textDocument_codeLensAction()*
499-
*LanguageClient_textDocument_codeLensAction()*
500-
Signature: LanguageClient#textDocument_codeLensAction(...)
498+
*LanguageClient#handleCodeLensAction()*
499+
*LanguageClient_handleCodeLensAction()*
500+
Signature: LanguageClient#handleCodeLensAction(...)
501501

502502
Runs the action associated with the codeLens at the current line. It does
503503
nothing if the codeLens is not actionable.

0 commit comments

Comments
 (0)