Skip to content

Commit

Permalink
fix: after merge
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacervello committed May 16, 2024
1 parent 703ebc1 commit ad3957c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/next_ls/signature_help.ex
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ defmodule NextLS.SignatureHelp do
defp maybe_doc(content_type, %{"en" => fdoc}) do
%MarkupContent{
kind: MarkupKind.markdown(),
value: NextLS.DocsHelpers.to_markdown(content_type, fdoc)
value: NextLS.Docs.to_markdown(content_type, fdoc)
}
end

Expand Down

0 comments on commit ad3957c

Please sign in to comment.