Skip to content

Commit 8ca4517

Browse files
author
José Valim
committed
Merge pull request #847 from jeremyjh/apply-doc-fix
correct apply/3 example
2 parents 8f57b4c + 4e8690c commit 8ca4517

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/elixir/lib/kernel.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ defmodule Kernel do
316316
317317
## Examples
318318
319-
apply List, reverse, [[1,2,3]]
319+
apply Enum, :reverse, [[1,2,3]]
320320
#=> [3,2,1]
321321
322322
"""

0 commit comments

Comments
 (0)