diff options
author | Ingela Andin <[email protected]> | 2017-05-16 14:05:08 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2017-05-16 14:05:08 +0200 |
commit | 1c141e44c400cf8cc0c99a16a9a166eaca56a511 (patch) | |
tree | 3f98e3bdba30ad3f522ad2a03b9be7aa2907e091 /lib/inets/doc | |
parent | 8a88639a2cd828bfc760b78dc63d4b2632b6b3ab (diff) | |
parent | b2d598d661dbff2a1efefd4a61f268ddbbcbf461 (diff) | |
download | otp-1c141e44c400cf8cc0c99a16a9a166eaca56a511.tar.gz otp-1c141e44c400cf8cc0c99a16a9a166eaca56a511.tar.bz2 otp-1c141e44c400cf8cc0c99a16a9a166eaca56a511.zip |
Merge pull request #1452 from niku/patch-1
Revise minor notation in httpc:request/[4,5]
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 4217b3c4fb..46484977c9 100644 --- a/lib/inets/doc/src/httpc.xml +++ b/lib/inets/doc/src/httpc.xml @@ -344,7 +344,7 @@ <tag><c><![CDATA[ssl]]></c></tag> <item> <p>This is the <c>SSL/TLS</c> connectin configuration option.</p> - <p>Defaults to <c>[]</c>. See <seealso marker="ssl:ssl">ssl:connect/[2, 3,4]</seealso> for availble options.</p> + <p>Defaults to <c>[]</c>. See <seealso marker="ssl:ssl">ssl:connect/[2,3,4]</seealso> for available options.</p> </item> <tag><c><![CDATA[autoredirect]]></c></tag> |