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 12c8564 commit 9ffe8b0Copy full SHA for 9ffe8b0
lib/elixir/lib/kernel.ex
@@ -3264,9 +3264,8 @@ defmodule Kernel do
3264
* `:append_first` - If true, when delegated, first argument
3265
passed to the delegate will be relocated to the end of the
3266
arguments when dispatched to the target. The motivation behind
3267
- this is a disparity between conventions used in Elixir and :
3268
- Elixir's convention is to pass the "handle" as a first argument,
3269
- while in Erlang the convention is to pass it as the last argument
+ this is because Elixir normalizes the "handle" as a first
+ argument and some Erlang modules expect it as last argument.
3270
3271
## Examples
3272
0 commit comments