We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bde00a commit e64d744Copy full SHA for e64d744
lib/elixir/lib/kernel/special_forms.ex
@@ -517,8 +517,11 @@ defmodule Kernel.SpecialForms do
517
defmacro quote(opts, do: contents)
518
519
@doc """
520
- When used inside quoting, marks that the variable should not
521
- be hygienezed. Check `quote/2` for more information.
+ When used inside quoting, marks that the variable should
+ 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.
525
"""
526
defmacro var!(var)
527
0 commit comments