Skip to content

Commit e64d744

Browse files
author
José Valim
committed
Improve var! docs
1 parent 5bde00a commit e64d744

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

lib/elixir/lib/kernel/special_forms.ex

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -517,8 +517,11 @@ defmodule Kernel.SpecialForms do
517517
defmacro quote(opts, do: contents)
518518

519519
@doc """
520-
When used inside quoting, marks that the variable should not
521-
be hygienezed. Check `quote/2` for more information.
520+
When used inside quoting, marks that the variable should
521+
not be hygienized. The argument can be either a variable
522+
node (i.e. a tuple with three elements where the last
523+
one is an atom) or an atom representing the variable name.
524+
Check `quote/2` for more information.
522525
"""
523526
defmacro var!(var)
524527

0 commit comments

Comments
 (0)