Skip to content

Commit 4502507

Browse files
author
José Valim
committed
Merge pull request #2198 from lucasweiblen/fix-typo
Fix typo on MacroTest
2 parents d525b0f + e8d7b26 commit 4502507

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)