File 1031-inets-httpc-patch-method-missing-in-doc.patch of Package erlang
From 479624fdb8fecd00799db6cce1c9de138463cb1e Mon Sep 17 00:00:00 2001
From: Ingela Anderton Andin <ingela@erlang.org>
Date: Tue, 13 Dec 2016 18:19:02 +0100
Subject: [PATCH] inets: httpc - patch method missing in doc
---
lib/inets/doc/src/httpc.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/inets/doc/src/httpc.xml b/lib/inets/doc/src/httpc.xml
index 705afec02..4217b3c4f 100644
--- a/lib/inets/doc/src/httpc.xml
+++ b/lib/inets/doc/src/httpc.xml
@@ -83,7 +83,7 @@
<title>HTTP DATA TYPES</title>
<p>Type definitions related to HTTP:</p>
- <p><c>method() = head | get | put | post | trace | options | delete</c></p>
+ <p><c>method() = head | get | put | post | trace | options | delete | patch</c></p>
<taglist>
<tag><c>request()</c></tag>
<item><p>= <c>{url(), headers()}</c></p>
--
2.11.0