Skip to content

Commit 2a71415

Browse files
Fix link to type in Application docs (#14688)
1 parent 374f6e3 commit 2a71415

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/elixir/lib/application.ex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -903,13 +903,13 @@ defmodule Application do
903903
@doc """
904904
Ensures the given `app` or `apps` and their child applications are started.
905905
906-
The second argument is either the `t:restart_type/1` (for consistency with
906+
The second argument is either the `t:restart_type/0` (for consistency with
907907
`start/2`) or a keyword list.
908908
909909
## Options
910910
911911
* `:type` - if the application should be started `:temporary` (default),
912-
`:permanent`, or `:transient`. See `t:restart_type/1` for more information.
912+
`:permanent`, or `:transient`. See `t:restart_type/0` for more information.
913913
914914
* `:mode` - (since v1.15.0) if the applications should be started serially
915915
(`:serial`, default) or concurrently (`:concurrent`).

0 commit comments

Comments
 (0)