Skip to content

Commit f3d752c

Browse files
committed
Merge pull request #3690 from gusaiani/fix/special-forms-verb
Fix `does` → `do` verbal agreement in special_forms.ex
2 parents 77fd451 + f860249 commit f3d752c

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)