File 1606-ets.xml-fix-grammar-in-is_compiled_ms-1-doc.patch of Package erlang
From 710246acaa97c60b9ab9f0bed38e5e61db6d7695 Mon Sep 17 00:00:00 2001
From: Mikael Pettersson <mikpelinux@gmail.com>
Date: Sat, 28 May 2022 14:09:14 +0200
Subject: [PATCH] ets.xml: fix grammar in is_compiled_ms/1 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 7aa5bb52a8..375e60e341 100644
--- a/lib/stdlib/doc/src/ets.xml
+++ b/lib/stdlib/doc/src/ets.xml
@@ -854,7 +854,7 @@ Error: fun containing local Erlang function calls
<desc>
<p>Checks if a term represent a valid compiled
<seealso marker="#match_spec">match specification</seealso>.
- A compiled match specifications is only valid on the Erlang node where
+ A compiled match specification is only valid on the Erlang node where
it was compiled by calling <seealso marker="#match_spec_compile/1">
<c>match_spec_compile/1</c></seealso>.</p>
<note>
--
2.35.3