Skip to content

Commit 3056e95

Browse files
author
Robby Clements
committed
Update gen_server.ex
1 parent 9ba77e1 commit 3056e95

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)