Skip to content

Commit fed3ab8

Browse files
authored
fix: minor docstring issue
1 parent b3308b6 commit fed3ab8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sideline-lsp.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ Execute CALLBACK to display candidates in sideline."
152152
:cancel-token :sideline-lsp-code-actions)))
153153

154154
(defun sideline-lsp--code-action-icon (action)
155-
"Get icon for a code action."
155+
"Get icon for a code ACTION."
156156
sideline-lsp-code-actions-prefix)
157157

158158
(defun sideline-lsp--code-actions (callback actions)

0 commit comments

Comments
 (0)