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.
2 parents 9ba77e1 + 3056e95 commit f97a36fCopy full SHA for f97a36f
lib/elixir/lib/gen_server.ex
@@ -11,7 +11,7 @@ defmodule GenServer do
11
## Example
12
13
The GenServer behaviour abstracts the common client-server interaction.
14
- Developer are only required to implement the callbacks and functionality they are
+ Developers are only required to implement the callbacks and functionality they are
15
interested in.
16
17
Let's start with a code example and then explore the available callbacks.
0 commit comments