Skip to content

Commit

Permalink
fix: variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
kassick committed Nov 27, 2024
1 parent b19a8f1 commit 231b867
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lsp-inline-completion.el
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ InlineCompletionItem objects"
((pred (lambda (i)
(and (sequencep i)
(lsp-inline-completion-item? (elt i 0)))))
(seq-into i 'list))
(seq-into response 'list))

;; A sequence means multiple server may have responded. Iterate over them and normalize
((pred sequencep)
Expand Down

0 comments on commit 231b867

Please sign in to comment.