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 fe5bfa0 commit 7af9f8aCopy full SHA for 7af9f8a
lib/elixir/lib/macro.ex
@@ -103,11 +103,9 @@ defmodule Macro do
103
end
104
105
@doc """
106
- Decomposes a local or remote call. If a local call is provided,
107
- it returns a tuple with the function name and the argument list.
108
- If a remote call is provided, it returns a tuple with the
109
- module alias, function name and the argument list. Returns
110
- :error otherwise.
+ Splits a local or remote call into its module alias (when a remote
+ call is provided), function name and argument list.
+ Returns :error when an invalid call syntax is provied.
111
112
## Examples
113
0 commit comments