Skip to content

Commit 9ffe8b0

Browse files
author
José Valim
committed
Clean up defdelegate docs
1 parent 12c8564 commit 9ffe8b0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

lib/elixir/lib/kernel.ex

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3264,9 +3264,8 @@ defmodule Kernel do
32643264
* `:append_first` - If true, when delegated, first argument
32653265
passed to the delegate will be relocated to the end of the
32663266
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
3267+
this is because Elixir normalizes the "handle" as a first
3268+
argument and some Erlang modules expect it as last argument.
32703269
32713270
## Examples
32723271

0 commit comments

Comments
 (0)