File 0392-ets.xml-fix-grammar-in-update_counter-N-doc.patch of Package erlang
From a5a983cc880b4dd045ecddef22ab0f432dc6147f Mon Sep 17 00:00:00 2001
From: Mikael Pettersson <mikpelinux@gmail.com>
Date: Sun, 5 Jun 2022 11:08:11 +0200
Subject: [PATCH] ets.xml: fix grammar in update_counter/N doc
---
lib/stdlib/doc/src/ets.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/stdlib/doc/src/ets.xml b/lib/stdlib/doc/src/ets.xml
index 375e60e341..8e6bce9947 100644
--- a/lib/stdlib/doc/src/ets.xml
+++ b/lib/stdlib/doc/src/ets.xml
@@ -2159,7 +2159,7 @@ true</pre>
the object by incrementing an element, and insert the resulting
object into the table again. The operation is guaranteed to be
<seeerl marker="#concurrency">atomic and isolated</seeerl>.</p>
- <p>This function destructively update the object with key
+ <p>This function destructively updates the object with key
<c><anno>Key</anno></c> in table <c><anno>Tab</anno></c> by adding
<c><anno>Incr</anno></c> to the element at position
<c><anno>Pos</anno></c>. The new counter value is
--
2.35.3