Skip to content

Commit 05507d1

Browse files
author
José Valim
committed
Merge pull request #2378 from scrogson/patch-1
Grammar fix.
2 parents a629cfc + e369900 commit 05507d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/elixir/src/elixir_def.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
% Holds the logic responsible for functions definition (def(p) and defmacro(p)).
1+
% Holds the logic responsible for function definitions (def(p) and defmacro(p)).
22
-module(elixir_def).
33
-export([table/1, clauses_table/1, setup/1,
44
cleanup/1, reset_last/1, lookup_definition/2,

0 commit comments

Comments
 (0)