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 2e31949 commit 0bb774bCopy full SHA for 0bb774b
lib/elixir/lib/gen_server.ex
@@ -159,8 +159,8 @@ defmodule GenServer do
159
a name on start via the `:name` option. Registered names are also
160
automatically cleaned up on termination. The supported values are:
161
162
- * an atom - the GenServer is registered locally with the given name
163
- using `Process.register/2`.
+ * an atom - the GenServer is registered locally (to the current node)
+ with the given name using `Process.register/2`.
164
165
* `{:global, term}` - the GenServer is registered globally with the given
166
term using the functions in the [`:global` module](`:global`).
0 commit comments