diff mbox series

repository-layout.txt: correct pluralization of 'object'

Message ID 20190819213618.69179-1-bpmilman@gmail.com (mailing list archive)
State New, archived
Headers show
Series repository-layout.txt: correct pluralization of 'object' | expand

Commit Message

Ben Milman Aug. 19, 2019, 9:36 p.m. UTC
In the description of 'objects/pack', 'object' should be
pluralized to match the subject and agree with the
rest of the sentence.

Signed-off-by: Ben Milman <bpmilman@gmail.com>
---
 Documentation/gitrepository-layout.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Junio C Hamano Aug. 19, 2019, 10:58 p.m. UTC | #1
Ben Milman <bpmilman@gmail.com> writes:

> In the description of 'objects/pack', 'object' should be
> pluralized to match the subject and agree with the
> rest of the sentence.

Thanks.
diff mbox series

Patch

diff --git a/Documentation/gitrepository-layout.txt b/Documentation/gitrepository-layout.txt
index 216b11ee88..d6388f10bb 100644
--- a/Documentation/gitrepository-layout.txt
+++ b/Documentation/gitrepository-layout.txt
@@ -59,7 +59,7 @@  objects/[0-9a-f][0-9a-f]::
 	here are often called 'unpacked' (or 'loose') objects.
 
 objects/pack::
-	Packs (files that store many object in compressed form,
+	Packs (files that store many objects in compressed form,
 	along with index files to allow them to be randomly
 	accessed) are found in this directory.