Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
defmodule ElixirLS.LanguageServer.MixProjectCache do
@moduledoc """
This module serves as a caching layer guarantying a safe access to Mix.Project functions. Note that
This module serves as a caching layer guaranteeing a safe access to Mix.Project functions. Note that
Mix.Project functions cannot be safely called during a build as dep mix projects are being pushed and
popped
"""
Expand Down
Loading