Skip to content

Commit 5aa941e

Browse files
committed
Fix typo in MixProjectCache documentation
1 parent 93094ea commit 5aa941e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/language_server/lib/language_server/mix_project_cache.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
defmodule ElixirLS.LanguageServer.MixProjectCache do
22
@moduledoc """
3-
This module serves as a caching layer guarantying a safe access to Mix.Project functions. Note that
3+
This module serves as a caching layer guaranteeing a safe access to Mix.Project functions. Note that
44
Mix.Project functions cannot be safely called during a build as dep mix projects are being pushed and
55
popped
66
"""

0 commit comments

Comments
 (0)