Skip to content

Commit 0653dc1

Browse files
authored
Merge pull request #306 from elixir-lsp/codex/update-documentation-for-completionengine
Update completion engine reference in docs
2 parents ee21968 + cfc3e40 commit 0653dc1

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)