Skip to content

Commit

Permalink
ActuallCompiled -> ActuallyCompiled (elixir-lang#5392)
Browse files Browse the repository at this point in the history
  • Loading branch information
et authored and josevalim committed Nov 1, 2016
1 parent f1a27f9 commit 2f1615e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ex_unit/test/ex_unit/doc_test_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ defmodule ExUnit.DocTestTest do
test "doctest failures" do
# When adding or removing lines above this line, the tests below will
# fail because we are explicitly asserting some doctest lines from
# ActuallCompiled in the format of test/ex_unit/doc_test_test.exs:<LINE>.
# ActuallyCompiled in the format of test/ex_unit/doc_test_test.exs:<LINE>.
defmodule ActuallyCompiled do
use ExUnit.Case
doctest ExUnit.DocTestTest.Invalid
Expand Down

0 comments on commit 2f1615e

Please sign in to comment.