Skip to content

Commit a6bcb01

Browse files
author
José Valim
committed
Merge pull request #1859 from josephwilk/var_doc
Improving docs on var!
2 parents eb8fba6 + d3a526e commit a6bcb01

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/elixir/lib/kernel/special_forms.ex

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -927,8 +927,7 @@ defmodule Kernel.SpecialForms do
927927
@doc """
928928
When used inside quoting, marks that the variable should
929929
not be hygienized. The argument can be either a variable
930-
node (i.e. a tuple with three elements where the last
931-
one is an atom) or an atom representing the variable name.
930+
unquoted or an atom representing the variable name.
932931
Check `quote/2` for more information.
933932
"""
934933
defmacro var!(var)

0 commit comments

Comments
 (0)