Skip to content

Commit 336452f

Browse files
jrjghjosevalim
authored andcommitted
Fix typo 'alwaus' -> 'always' (#8760)
1 parent 511a51b commit 336452f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/elixir/lib/gen_server.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ defmodule GenServer do
135135
136136
Supervisor.start_link(children, strategy: :one_for_all)
137137
138-
In both cases, `Stack.start_link/1` is alwaus invoked.
138+
In both cases, `Stack.start_link/1` is always invoked.
139139
140140
`use GenServer` also accepts a list of options which configures the
141141
child specification and therefore how it runs under a supervisor.

0 commit comments

Comments
 (0)