diff options
author | Fabian Muscariello <[email protected]> | 2017-07-15 11:25:53 +0200 |
---|---|---|
committer | Fabian Muscariello <[email protected]> | 2017-07-15 11:25:53 +0200 |
commit | e39444ea553aeda62314eb087b8aaae81eb87c2e (patch) | |
tree | f1c40b6d2641c0dfd2c2b62580a15b830558ff3c /lib/inets/doc | |
parent | baa2a2a292f9b66c343a7d5ac1835b3af2e5bb3d (diff) | |
download | otp-e39444ea553aeda62314eb087b8aaae81eb87c2e.tar.gz otp-e39444ea553aeda62314eb087b8aaae81eb87c2e.tar.bz2 otp-e39444ea553aeda62314eb087b8aaae81eb87c2e.zip |
Fix typo in httpc.xml: http -> httpc
Diffstat (limited to 'lib/inets/doc')
-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 66ec6cabd8..29e4b22632 100644 --- a/lib/inets/doc/src/httpc.xml +++ b/lib/inets/doc/src/httpc.xml @@ -408,7 +408,7 @@ <c>{self, once}</c>, the first message has an extra element, that is, <c>{http, {RequestId, stream_start, Headers, Pid}}</c>. This is the process id to be used as an argument to - <c>http:stream_next/1</c> to trigger the next message to be sent to + <c>httpc:stream_next/1</c> to trigger the next message to be sent to the calling process.</p> <p>Notice that chunked encoding can add headers so that there are more headers in the <c>stream_end</c> |