Skip to content

Commit c1026f7

Browse files
amatalaijosevalim
authored andcommitted
Fix link to IEx.pry/0 in IEx.Server moduledoc (#8773)
1 parent bf4b16d commit c1026f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/iex/lib/iex/server.ex

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ defmodule IEx.Server do
1414
1515
* reading input from the group leader and writing to the group leader
1616
* sending messages to the evaluator
17-
* taking over the evaluator process when using `IEx.pry` or setting up breakpoints
17+
* taking over the evaluator process when using `IEx.pry/0` or setting up breakpoints
1818
1919
"""
2020

0 commit comments

Comments
 (0)