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.
2 parents 7bf568d + e59d50a commit d984a82Copy full SHA for d984a82
lib/elixir/lib/kernel.ex
@@ -2468,7 +2468,7 @@ defmodule Kernel do
2468
@doc """
2469
When used inside quoting, marks that the variable should
2470
not be hygienized. The argument can be either a variable
2471
- unquoted or an atom representing the variable name.
+ unquoted or in standard tuple form `{name, meta, context}`.
2472
2473
Check `Kernel.SpecialForms.quote/2` for more information.
2474
"""
0 commit comments