File 0645-stdlib-Fix-grammar-in-ETS-docs.patch of Package erlang
From dd2986a69dd13d4163ba2cc0b47423ad85bc3e41 Mon Sep 17 00:00:00 2001
From: Tom <TD5@users.noreply.github.com>
Date: Fri, 27 Jan 2023 18:07:22 +0000
Subject: [PATCH] stdlib: Fix grammar in ETS docs
---
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 e323713668..b0e0a0ceab 100644
--- a/lib/stdlib/doc/src/ets.xml
+++ b/lib/stdlib/doc/src/ets.xml
@@ -1222,8 +1222,8 @@ ets:select(Table, MatchSpec),</code>
means that to an <c>ordered_set</c> table, <c>integer()</c>
<c>1</c> and <c>float()</c> <c>1.0</c> are regarded as equal.
This also means that the
- key used to lookup an element not necessarily
- <em>matches</em> the key in the returned elements, if
+ key used to lookup an element does not necessarily
+ <em>match</em> the key in the returned elements, if
<c>float()</c>'s and <c>integer()</c>'s are mixed in
keys of a table.</p>
</item>
--
2.35.3