Skip to content

Commit ad3957c

Browse files
committed
fix: after merge
1 parent 703ebc1 commit ad3957c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/next_ls/signature_help.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ defmodule NextLS.SignatureHelp do
7575
defp maybe_doc(content_type, %{"en" => fdoc}) do
7676
%MarkupContent{
7777
kind: MarkupKind.markdown(),
78-
value: NextLS.DocsHelpers.to_markdown(content_type, fdoc)
78+
value: NextLS.Docs.to_markdown(content_type, fdoc)
7979
}
8080
end
8181

0 commit comments

Comments
 (0)