We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
does
do
1 parent 77fd451 commit f860249Copy full SHA for f860249
lib/elixir/lib/kernel/special_forms.ex
@@ -904,7 +904,7 @@ defmodule Kernel.SpecialForms do
904
905
In the example above, `a` returns 10 even if the macro
906
is apparently setting it to 1 because variables defined
907
- in the macro does not affect the context the macro is executed in.
+ in the macro do not affect the context the macro is executed in.
908
If you want to set or get a variable in the caller's context, you
909
can do it with the help of the `var!` macro:
910
0 commit comments