Skip to content

Commit 1594b3d

Browse files
authored
Merge pull request #1188 from elixir-lsp/codex/replace--guarantying--with--guaranteeing
Fix typo in MixProjectCache documentation
2 parents 20fcd93 + 5aa941e commit 1594b3d

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)