Skip to content

Commit 04d28b2

Browse files
authored
Merge pull request #1189 from elixir-lsp/codex/update-comments-in-debug_adapter-files
Fix OTP debugger modules comment typo
2 parents 93094ea + f83ab25 commit 04d28b2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/debug_adapter/lib/debug_adapter.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ defmodule ElixirLS.DebugAdapter do
1111
Launch.start_mix()
1212

1313
if Version.match?(System.version(), ">= 1.15.0-dev") do
14-
# make sue that OTP debugger modules are in code path
14+
# make sure that OTP debugger modules are in code path
1515
# without starting the app
1616
Mix.ensure_application!(:debugger)
1717
end

apps/debug_adapter/test/test_helper.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
ExUnit.start(exclude: [pending: true])
33

44
if Version.match?(System.version(), ">= 1.15.0") do
5-
# make sue that OTP debugger modules are in code path
5+
# make sure that OTP debugger modules are in code path
66
# without starting the app
77
Mix.ensure_application!(:debugger)
88
end

0 commit comments

Comments
 (0)