Skip to content

Commit 3ea48fd

Browse files
authored
Merge pull request #308 from elixir-lsp/codex/update-type-hint-in-plugin.ex
Fix plugin reduce type spec
2 parents 7dc2174 + 5b233b0 commit 3ea48fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/elixir_sense/providers/plugins/plugin.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ defmodule ElixirSense.Providers.Plugin do
1212
}
1313

1414
@callback reduce(
15-
hint :: String,
15+
hint :: String.t(),
1616
env :: State.Env.t(),
1717
buffer_metadata :: Metadata.t(),
1818
cursor_context,

0 commit comments

Comments
 (0)