Skip to content

Commit 6954fc3

Browse files
committed
Update docs to reference CompletionEngine
1 parent 1cea16e commit 6954fc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/elixir_sense/providers/completion/reducers/complete_engine.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ defmodule ElixirSense.Providers.Completion.Reducers.CompleteEngine do
1111

1212
@doc """
1313
A reducer that populates the context with the suggestions provided by
14-
the `ElixirLS.Utils.CompletionEngine` module.
14+
the `ElixirSense.Providers.Completion.CompletionEngine` module.
1515
1616
The suggestions are grouped by type and saved in the context under the
1717
`:complete_engine_suggestions_by_type` key and can be accessed by any reducer

0 commit comments

Comments
 (0)