Skip to content

Commit beb7e29

Browse files
Fix arity in URI.parse/1 in IEx docs (#12148)
1 parent 086255e commit beb7e29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/iex/lib/iex.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -783,7 +783,7 @@ defmodule IEx do
783783
a breakpoint directly from your IEx shell. But you can set up a break
784784
from anywhere by using the fully qualified name `IEx.break!`.
785785
786-
The following sets up a breakpoint on `URI.parse/2`:
786+
The following sets up a breakpoint on `URI.parse/1`:
787787
788788
break! URI, :parse, 1
789789

0 commit comments

Comments
 (0)