aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib
diff options
context:
space:
mode:
authorZandra Hird <[email protected]>2015-04-27 14:26:00 +0200
committerZandra Hird <[email protected]>2015-04-27 14:26:00 +0200
commit43764ffc5ef99c58cf9a6ffb343253e1aa4bc2b3 (patch)
tree3fbad0b6a2d031da421256d33556778e6595da66 /lib/stdlib
parent2abf0bc684360a20dd068668eddd1398a9703bde (diff)
parentf72c827d8d89295da99cd767a12c8610a45147bc (diff)
downloadotp-43764ffc5ef99c58cf9a6ffb343253e1aa4bc2b3.tar.gz
otp-43764ffc5ef99c58cf9a6ffb343253e1aa4bc2b3.tar.bz2
otp-43764ffc5ef99c58cf9a6ffb343253e1aa4bc2b3.zip
Merge branch 'derek121/gen_server_doc_grammar'
* derek121/gen_server_doc_grammar: Fix grammar in docs for multi_call/*
Diffstat (limited to 'lib/stdlib')
-rw-r--r--lib/stdlib/doc/src/gen_server.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/stdlib/doc/src/gen_server.xml b/lib/stdlib/doc/src/gen_server.xml
index a915e567a5..3c92de59b9 100644
--- a/lib/stdlib/doc/src/gen_server.xml
+++ b/lib/stdlib/doc/src/gen_server.xml
@@ -321,7 +321,7 @@ gen_server:abcast -----> Module:handle_cast/2
which may be infinity.</p>
<p>This problem does not exist if all nodes are Erlang nodes.</p>
</warning>
- <p>To avoid that late answers (after the timeout) pollutes
+ <p>To prevent late answers (after the timeout) from polluting
the caller's message queue, a middleman process is used to
do the actual calls. Late answers will then be discarded
when they arrive to a terminated process.</p>