File 1028-Typo-fix-in-code-documentation.patch of Package erlang
From e7e99a55a0b9bd7fe188e3e2d1ac497b9367d4f6 Mon Sep 17 00:00:00 2001
From: Raj Shah <32351151+rnshah9@users.noreply.github.com>
Date: Sun, 1 Nov 2020 22:29:49 -0700
Subject: [PATCH] Typo fix in code documentation
Fairly simple subject-verb agreement.
---
lib/kernel/doc/src/code.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/kernel/doc/src/code.xml b/lib/kernel/doc/src/code.xml
index 81186b6876..0d485b25bb 100644
--- a/lib/kernel/doc/src/code.xml
+++ b/lib/kernel/doc/src/code.xml
@@ -87,7 +87,7 @@
directory described above, except that directories without
an <c>ebin</c> directory are ignored.</p>
<p>All application directories found in the additional directories
- appears before the standard OTP applications, except for the
+ appear before the standard OTP applications, except for the
Kernel and STDLIB applications, which are placed before
any additional applications. In other words, modules found in any
of the additional library directories override modules with
--
2.26.2