Skip to content

Commit 82a03f6

Browse files
Typo fix (#13126)
1 parent 00aa2ee commit 82a03f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/elixir/lib/macro.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ defmodule Macro do
367367
Note the arguments are not unique. If you later on want
368368
to access the same variables, you can invoke this function
369369
with the same inputs. Use `generate_unique_arguments/2` to
370-
generate a unique arguments that can't be overridden.
370+
generate unique arguments that can't be overridden.
371371
372372
## Examples
373373

0 commit comments

Comments
 (0)