Skip to content

Commit d984a82

Browse files
author
José Valim
committed
Merge pull request #2463 from hamiltop/master
Update documentation on Kernel.var!/2
2 parents 7bf568d + e59d50a commit d984a82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/elixir/lib/kernel.ex

+1-1
Original file line numberDiff line numberDiff line change
@@ -2468,7 +2468,7 @@ defmodule Kernel do
24682468
@doc """
24692469
When used inside quoting, marks that the variable should
24702470
not be hygienized. The argument can be either a variable
2471-
unquoted or an atom representing the variable name.
2471+
unquoted or in standard tuple form `{name, meta, context}`.
24722472
24732473
Check `Kernel.SpecialForms.quote/2` for more information.
24742474
"""

0 commit comments

Comments
 (0)