File 1173-Documentation-Fix-subject-verb-clash.patch of Package erlang
From 0e040830dea4c9c8c458af57a6ca908728905e31 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Bj=C3=B6rn=20Gustavsson?= <bjorn@erlang.org>
Date: Thu, 19 Jan 2023 08:08:52 +0100
Subject: [PATCH] Documentation: Fix subject/verb clash
Fixes #6709
---
lib/kernel/doc/src/code.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lib/kernel/doc/src/code.xml b/lib/kernel/doc/src/code.xml
index 643324132e..1c8b01598c 100644
--- a/lib/kernel/doc/src/code.xml
+++ b/lib/kernel/doc/src/code.xml
@@ -847,9 +847,9 @@ rpc:call(Node, code, load_binary, [Module, Filename, Binary]),
<p>Returns the path to a subdirectory directly under the top
directory of an application. Normally the subdirectories
reside under the top directory for the application, but when
- applications at least partly resides in an archive, the
+ applications at least partly reside in an archive, the
situation is different. Some of the subdirectories can reside
- as regular directories while other reside in an archive
+ as regular directories while others reside in an archive
file. It is not checked whether this directory exists.</p>
<p><em>Example:</em></p>
<pre>
--
2.35.3