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 511a51b commit 336452fCopy full SHA for 336452f
lib/elixir/lib/gen_server.ex
@@ -135,7 +135,7 @@ defmodule GenServer do
135
136
Supervisor.start_link(children, strategy: :one_for_all)
137
138
- In both cases, `Stack.start_link/1` is alwaus invoked.
+ In both cases, `Stack.start_link/1` is always invoked.
139
140
`use GenServer` also accepts a list of options which configures the
141
child specification and therefore how it runs under a supervisor.
0 commit comments