diff options
author | Derek Brown <[email protected]> | 2015-04-14 16:20:53 -0400 |
---|---|---|
committer | Derek Brown <[email protected]> | 2015-04-14 16:20:53 -0400 |
commit | f72c827d8d89295da99cd767a12c8610a45147bc (patch) | |
tree | 82827495690c14cf5ef8ee65a964291f13d07641 /lib/stdlib/doc | |
parent | 545890576542e4be630df8772654b99bd0306f62 (diff) | |
download | otp-f72c827d8d89295da99cd767a12c8610a45147bc.tar.gz otp-f72c827d8d89295da99cd767a12c8610a45147bc.tar.bz2 otp-f72c827d8d89295da99cd767a12c8610a45147bc.zip |
Fix grammar in docs for multi_call/*
Diffstat (limited to 'lib/stdlib/doc')
-rw-r--r-- | lib/stdlib/doc/src/gen_server.xml | 2 |
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 62c0394479..223f9d245e 100644 --- a/lib/stdlib/doc/src/gen_server.xml +++ b/lib/stdlib/doc/src/gen_server.xml @@ -284,7 +284,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> |