Skip to content

Commit

Permalink
Fix typos (#188)
Browse files Browse the repository at this point in the history
  • Loading branch information
kianmeng authored Oct 10, 2021
1 parent 5dc4add commit d3e3980
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/elixir_analyzer/exercise_test/assert_call_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ defmodule ElixirAnalyzer.ExerciseTest.AssertCallTest do
end
end

test_exercise_analysis "inderect call to IO.puts/1 in function/0 via helper function",
test_exercise_analysis "indirect call to IO.puts/1 in function/0 via helper function",
comments: [] do
defmodule AssertCallVerification do
def function() do
Expand Down
2 changes: 1 addition & 1 deletion test/elixir_analyzer/exercise_test/feature_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ defmodule ElixirAnalyzer.ExerciseTest.FeatureTest do
@not_answer :not_42
end,
defmodule Factorial do
@moduledoc "Calcualte the factorial"
@moduledoc "Calculate the factorial"
end
]
end
Expand Down

0 comments on commit d3e3980

Please sign in to comment.