Skip to content

Commit a0d42b4

Browse files
author
José Valim
committed
Merge pull request #2304 from knewter/feature/agent_doc_typo_fix
Fix typo in Agent docs
2 parents e3e5b9b + 9dc7172 commit a0d42b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/elixir/lib/agent.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ defmodule Agent do
6262
6363
## Name registering
6464
65-
A GenEvent is bound to the same name registering rules as a `GenServer`.
65+
An Agent is bound to the same name registering rules as a `GenServer`.
6666
Read more about it in the `GenServer` docs.
6767
6868
## A word on distributed agents

0 commit comments

Comments
 (0)