Skip to content

Commit 4090e05

Browse files
committed
Fix comment
1 parent 139ca5e commit 4090e05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/jupyterlab-lsp/src/features/signature.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ export class SignatureCM extends CodeMirrorIntegration {
109109

110110
let root_position = position_at_request;
111111

112-
// if the cursor advanced in the same line, the previously retrieved completions may still be useful
112+
// if the cursor advanced in the same line, the previously retrieved signature may still be useful
113113
// if the line changed or cursor moved backwards then no reason to keep the suggestions
114114
if (
115115
position_at_request.line != root_position.line ||

0 commit comments

Comments
 (0)