Skip to content

Commit b8b558d

Browse files
committed
fjlai
1 parent 9b4cbd1 commit b8b558d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/els_lsp/src/els_eep48_docs.erl

+1-1
Original file line numberDiff line numberDiff line change
@@ -560,7 +560,7 @@ render_docs(Str, State, Pos, Ind, D) when
560560
is_integer(hd(Str))
561561
->
562562
%% This is a string, convert it to binary.
563-
render_docs(unicode:characters_to_binary(Str), State, Pos, Ind, D);
563+
render_docs([unicode:characters_to_binary(Str)], State, Pos, Ind, D);
564564
render_docs(Elems, State, Pos, Ind, D) when is_list(Elems) ->
565565
lists:mapfoldl(
566566
fun(Elem, P) ->

0 commit comments

Comments
 (0)