Skip to content

Commit 6a0c631

Browse files
committed
Fix spec
1 parent 0b158b8 commit 6a0c631

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/els_lsp/src/els_completion_provider.erl

+1-1
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ find_completions(
416416
find_completions(_Prefix, _TriggerKind, _Opts) ->
417417
[].
418418

419-
-spec complete_binary_literal() -> completion_item().
419+
-spec complete_binary_literal() -> [completion_item()].
420420
complete_binary_literal() ->
421421
case snippet_support() of
422422
true ->

0 commit comments

Comments
 (0)