File 0120-Fix-typos-in-ETS-doc.patch of Package erlang
From 9782c9144782391a415e0cc635d920a195a76d2a Mon Sep 17 00:00:00 2001
From: Matteo Cafasso <noxdafox@gmail.com>
Date: Sun, 5 Dec 2021 18:05:53 +0200
Subject: [PATCH] Fix typos in ETS doc
Signed-off-by: Matteo Cafasso <noxdafox@gmail.com>
---
lib/stdlib/doc/src/ets.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lib/stdlib/doc/src/ets.xml b/lib/stdlib/doc/src/ets.xml
index 434133b92f..57c5e575e2 100644
--- a/lib/stdlib/doc/src/ets.xml
+++ b/lib/stdlib/doc/src/ets.xml
@@ -616,7 +616,7 @@ Error: fun containing local Erlang function calls
<item>
<p>The key position.</p>
</item>
- <tag><c>{memory, integer() >= 0</c></tag>
+ <tag><c>{memory, integer() >= 0}</c></tag>
<item>
<p>The number of words allocated to the table.</p>
</item>
@@ -642,7 +642,7 @@ Error: fun containing local Erlang function calls
<item>
<p>The table access rights.</p>
</item>
- <tag><c>{size, integer() >= 0</c></tag>
+ <tag><c>{size, integer() >= 0}</c></tag>
<item>
<p>The number of objects inserted in the table.</p>
</item>
--
2.31.1