We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa8672c commit 9310ffcCopy full SHA for 9310ffc
lib/elixir/lib/gen_server.ex
@@ -1112,8 +1112,8 @@ defmodule GenServer do
1112
arrives or a timeout occurs. `c:handle_call/3` will be called on the server
1113
to handle the request.
1114
1115
- `server` can be any of the values described in the "Name registration"
1116
- section of the documentation for this module.
+ `server` can be a PID or any of the other values described in the
+ "Name registration" section of the documentation for this module.
1117
1118
## Timeouts
1119
0 commit comments