diff options
author | Will <[email protected]> | 2016-10-10 09:47:06 -0400 |
---|---|---|
committer | GitHub <[email protected]> | 2016-10-10 09:47:06 -0400 |
commit | 7f54f2054e1977af68eb448e350f4a982a913c4c (patch) | |
tree | 45ea9d9f8f99520d5f79eabe7c6a08ecc66311f1 /lib/inets/doc | |
parent | c8fb8c177b9f74ddea36d9c002df4f9c1bf4fb27 (diff) | |
download | otp-7f54f2054e1977af68eb448e350f4a982a913c4c.tar.gz otp-7f54f2054e1977af68eb448e350f4a982a913c4c.tar.bz2 otp-7f54f2054e1977af68eb448e350f4a982a913c4c.zip |
Correct a typo in mod_esi documentation
Diffstat (limited to 'lib/inets/doc')
-rw-r--r-- | lib/inets/doc/src/mod_esi.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/inets/doc/src/mod_esi.xml b/lib/inets/doc/src/mod_esi.xml index 006fca1bdf..46cc796c8a 100644 --- a/lib/inets/doc/src/mod_esi.xml +++ b/lib/inets/doc/src/mod_esi.xml @@ -67,7 +67,7 @@ <tag><c>{remote_adress, inet:ip_address()} </c></tag> <item><p>The clients ip address.</p></item> - <tag><c>{peer_cert, undefined | no_peercert | DER:binary()</c></tag> + <tag><c>{peer_cert, undefined | no_peercert | DER:binary()}</c></tag> <item> <p>For TLS connections where client certificates are used this will be an ASN.1 DER-encoded X509-certificate as an Erlang binary. |