Skip to content

Commit e59d50a

Browse files
hamiltopPeter Hamilton
authored andcommitted
Update documentation on Kernel.var!/2
The documentation is no longer accurate since passing atoms to `Kernel.var!/2` has been deprecated and removed.
1 parent f95cafe commit e59d50a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/elixir/lib/kernel.ex

Lines changed: 1 addition & 1 deletion
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)