diff options
author | Bruce Yinhe <[email protected]> | 2014-10-06 09:35:32 +0200 |
---|---|---|
committer | Bruce Yinhe <[email protected]> | 2014-10-06 09:35:32 +0200 |
commit | 14e16244858e4890137c571d28ea893f53fa95c0 (patch) | |
tree | ad795d2df310c0842f3d2d6019791fb036428f8f | |
parent | 8aa3475bba30fed67c1d886fc4bb5910a196db6c (diff) | |
parent | 722de5d3f4b5922ab76ed8c9139ee0652dc919ca (diff) | |
download | otp-14e16244858e4890137c571d28ea893f53fa95c0.tar.gz otp-14e16244858e4890137c571d28ea893f53fa95c0.tar.bz2 otp-14e16244858e4890137c571d28ea893f53fa95c0.zip |
Merge branch 's1n4/httpc_doc_typo' into maint
OTP-12221
* s1n4/httpc_doc_typo:
httpc: Fix a typo in the documentation
-rw-r--r-- | lib/inets/doc/src/httpc.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/inets/doc/src/httpc.xml b/lib/inets/doc/src/httpc.xml index 06cb035370..4178cb7d4c 100644 --- a/lib/inets/doc/src/httpc.xml +++ b/lib/inets/doc/src/httpc.xml @@ -302,7 +302,7 @@ filename() = string() will be sent to that process: <c>{http, {RequestId, stream_start, Headers}}, {http, {RequestId, stream, BinBodyPart}}, {http, {RequestId, stream_end, Headers}}</c>. When - streaming to to the calling processes using the option + streaming to the calling processes using the option <c>{self, once}</c> the first message will have an additional element e.i. <c>{http, {RequestId, stream_start, Headers, Pid}}</c>, this is the process id that should be used as an argument to |