Skip to content

Commit e8d7b26

Browse files
committed
Fix typo on MacroTest
1 parent d525b0f commit e8d7b26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/elixir/test/elixir/macro_test.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ defmodule MacroTest do
1919
use ExUnit.Case, async: true
2020

2121
# Changing the lines above will make compilation
22-
# fail since we are assertnig on the caller lines
22+
# fail since we are asserting on the caller lines
2323
import Macro.ExternalTest
2424

2525
## Escape

0 commit comments

Comments
 (0)