Skip to content

Commit 944ac0f

Browse files
authored
Use the correct incorrect typespec definition in exception.ex (#14232)
1 parent 1eb3a20 commit 944ac0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/elixir/lib/exception.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1381,7 +1381,7 @@ defmodule Kernel.TypespecError do
13811381
13821382
will raise:
13831383
1384-
** (Kernel.TypespecError) type strng/0 undefined
1384+
** (Kernel.TypespecError) type intger/0 undefined
13851385
13861386
"""
13871387

0 commit comments

Comments
 (0)