diff options
author | Ingela Anderton Andin <[email protected]> | 2016-08-08 15:40:01 +0200 |
---|---|---|
committer | Ingela Anderton Andin <[email protected]> | 2016-08-08 16:25:13 +0200 |
commit | fabe1079444d0e35c5f1192ba327666f0f93f0b6 (patch) | |
tree | dee70277bd5996fb06a2172222dc23069ee31722 /lib | |
parent | 3f20ad0206f118fe172963a351ac42f67ec6d1cb (diff) | |
download | otp-fabe1079444d0e35c5f1192ba327666f0f93f0b6.tar.gz otp-fabe1079444d0e35c5f1192ba327666f0f93f0b6.tar.bz2 otp-fabe1079444d0e35c5f1192ba327666f0f93f0b6.zip |
inets: Fix typo in doc
Diffstat (limited to 'lib')
-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 8279fdc824..006fca1bdf 100644 --- a/lib/inets/doc/src/mod_esi.xml +++ b/lib/inets/doc/src/mod_esi.xml @@ -61,7 +61,7 @@ <tag><c>{server_port, integer()}</c></tag> <item><p>Servers port number.</p></item> - <tag><c>{request_method, "GET | "PUT" | "DELETE | "POST" | "PATCH"}</c></tag> + <tag><c>{request_method, "GET | "PUT" | "DELETE" | "POST" | "PATCH"}</c></tag> <item><p>HTTP request method.</p></item> <tag><c>{remote_adress, inet:ip_address()} </c></tag> |