File 0051-Minor-document-fix-for-proplists.patch of Package erlang
From 37dfd6cd6f02003ffe9cc08867185ae1ae3ed2a8 Mon Sep 17 00:00:00 2001
From: Sasan Hezarkhani <gootik_2003@hotmail.com>
Date: Mon, 20 Mar 2017 21:43:52 +0000
Subject: [PATCH] Minor document fix for proplists
---
lib/stdlib/doc/src/proplists.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/stdlib/doc/src/proplists.xml b/lib/stdlib/doc/src/proplists.xml
index fe6b8cc3b..990d47b31 100644
--- a/lib/stdlib/doc/src/proplists.xml
+++ b/lib/stdlib/doc/src/proplists.xml
@@ -344,7 +344,7 @@ split([{c, 2}, {e, 1}, a, {c, 3, 4}, d, {b, 5}, b], [a, b, c])</code>
with <c>{K2, true}</c>, thus changing the name of the option and
simultaneously negating the value specified by
<seealso marker="#get_bool/2">
- <c>get_bool(Key, <anno>ListIn</anno></c></seealso>.
+ <c>get_bool(Key, <anno>ListIn</anno>)</c></seealso>.
If the same <c>K1</c> occurs more than once in
<c><anno>Negations</anno></c>, only the first occurrence is used.</p>
<p>For example, <c>substitute_negations([{no_foo, foo}], L)</c>
--
2.12.0