File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -789,7 +789,7 @@ defmodule GenServer do
789
789
## Options
790
790
791
791
* `:name` - used for name registration as described in the "Name
792
- registration" section of the module documentation
792
+ registration" section in the documentation for `GenServer`
793
793
794
794
* `:timeout` - if present, the server is allowed to spend the given number of
795
795
milliseconds initializing or it will be terminated and the start function
Original file line number Diff line number Diff line change @@ -425,7 +425,7 @@ defmodule Supervisor do
425
425
Defaults to `5`.
426
426
427
427
* `:name` - a name to register the supervisor process. Supported values are
428
- explained in the "Name registration" section of the documentation of
428
+ explained in the "Name registration" section in the documentation for
429
429
`GenServer`. Optional.
430
430
431
431
### Strategies
You can’t perform that action at this time.
0 commit comments