File 0874-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
@@ -433,7 +433,7 @@ Error: fun containing local Erlang funct
<item><c>{keypos, integer() >= 1}</c> <br></br>
The key position.</item>
- <item><c>{memory, integer() >= 0</c> <br></br>
+ <item><c>{memory, integer() >= 0}</c> <br></br>
The number of words allocated to the table.</item>
<item><c>{name, atom()}</c> <br></br>
@@ -452,7 +452,7 @@ Error: fun containing local Erlang funct
<item><c>{protection, </c><seealso marker="#type-access">access()</seealso><c>}</c> <br></br>
The table access rights.</item>
- <item><c>{size, integer() >= 0</c> <br></br>
+ <item><c>{size, integer() >= 0}</c> <br></br>
The number of objects inserted in the table.</item>
<item><c>{type, </c><seealso marker="#type-type">type()</seealso><c>}</c> <br></br>
--
2.31.1