Skip to content

Commit

Permalink
fjlai
Browse files Browse the repository at this point in the history
  • Loading branch information
plux committed Oct 1, 2024
1 parent 9b4cbd1 commit b8b558d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/els_lsp/src/els_eep48_docs.erl
Original file line number Diff line number Diff line change
Expand Up @@ -560,7 +560,7 @@ render_docs(Str, State, Pos, Ind, D) when
is_integer(hd(Str))
->
%% This is a string, convert it to binary.
render_docs(unicode:characters_to_binary(Str), State, Pos, Ind, D);
render_docs([unicode:characters_to_binary(Str)], State, Pos, Ind, D);
render_docs(Elems, State, Pos, Ind, D) when is_list(Elems) ->
lists:mapfoldl(
fun(Elem, P) ->
Expand Down

0 comments on commit b8b558d

Please sign in to comment.