Skip to content

Commit 6e91275

Browse files
author
José Valim
committed
Merge pull request #2663 from lexmag/fix-pipe_op
Bind value to proper name in `elixir_tokenizer`
2 parents a2662a4 + c6f2754 commit 6e91275

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/elixir/src/elixir_tokenizer.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
-define(type_op(T1, T2),
8181
T1 == $:, T2 == $:).
8282

83-
-define(pipe_op(T1),
83+
-define(pipe_op(T),
8484
T == $|).
8585

8686
tokenize(String, Line, #elixir_tokenizer{} = Scope) ->

0 commit comments

Comments
 (0)