Skip to content

Commit 5b233b0

Browse files
committed
docs: fix typespec for plugin reduce
1 parent 1cea16e commit 5b233b0

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)