There was an error while loading. Please reload this page.
1 parent ebb989d commit ef76cadCopy full SHA for ef76cad
lib/elixir/lib/kernel.ex
@@ -1505,8 +1505,8 @@ defmodule Kernel do
1505
@doc """
1506
Defines an exception.
1507
1508
- Exceptions are simply records and therefore `defexception/4` has
1509
- the same API and similar behavior to `defrecord/4` with two notable
+ Exceptions are simply records and therefore `defexception/3` has
+ the same API and similar behavior to `defrecord/3` with two notable
1510
differences:
1511
1512
1) Unlike records, exceptions are documented by default;
0 commit comments