Skip to content

Commit 9310ffc

Browse files
authored
Explicit mention of PID (#14529)
1 parent aa8672c commit 9310ffc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/elixir/lib/gen_server.ex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1112,8 +1112,8 @@ defmodule GenServer do
11121112
arrives or a timeout occurs. `c:handle_call/3` will be called on the server
11131113
to handle the request.
11141114
1115-
`server` can be any of the values described in the "Name registration"
1116-
section of the documentation for this module.
1115+
`server` can be a PID or any of the other values described in the
1116+
"Name registration" section of the documentation for this module.
11171117
11181118
## Timeouts
11191119

0 commit comments

Comments
 (0)