Skip to content

Commit f97a36f

Browse files
author
José Valim
committed
Merge pull request #2599 from rclements/patch-1
Update gen_server.ex
2 parents 9ba77e1 + 3056e95 commit f97a36f

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
@@ -11,7 +11,7 @@ defmodule GenServer do
1111
## Example
1212
1313
The GenServer behaviour abstracts the common client-server interaction.
14-
Developer are only required to implement the callbacks and functionality they are
14+
Developers are only required to implement the callbacks and functionality they are
1515
interested in.
1616
1717
Let's start with a code example and then explore the available callbacks.

0 commit comments

Comments
 (0)