Skip to content

Commit

Permalink
Fix spec
Browse files Browse the repository at this point in the history
  • Loading branch information
plux committed Oct 17, 2024
1 parent 0b158b8 commit 6a0c631
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/els_lsp/src/els_completion_provider.erl
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ find_completions(
find_completions(_Prefix, _TriggerKind, _Opts) ->
[].

-spec complete_binary_literal() -> completion_item().
-spec complete_binary_literal() -> [completion_item()].
complete_binary_literal() ->
case snippet_support() of
true ->
Expand Down

0 comments on commit 6a0c631

Please sign in to comment.