File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -903,13 +903,13 @@ defmodule Application do
903
903
@ doc """
904
904
Ensures the given `app` or `apps` and their child applications are started.
905
905
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
907
907
`start/2`) or a keyword list.
908
908
909
909
## Options
910
910
911
911
* `: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.
913
913
914
914
* `:mode` - (since v1.15.0) if the applications should be started serially
915
915
(`:serial`, default) or concurrently (`:concurrent`).
You can’t perform that action at this time.
0 commit comments