Skip to content

Commit f860249

Browse files
committed
Fix doesdo verbal agreement in special_forms.ex
1 parent 77fd451 commit f860249

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/elixir/lib/kernel/special_forms.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -904,7 +904,7 @@ defmodule Kernel.SpecialForms do
904904
905905
In the example above, `a` returns 10 even if the macro
906906
is apparently setting it to 1 because variables defined
907-
in the macro does not affect the context the macro is executed in.
907+
in the macro do not affect the context the macro is executed in.
908908
If you want to set or get a variable in the caller's context, you
909909
can do it with the help of the `var!` macro:
910910

0 commit comments

Comments
 (0)