repository-layout.txt: correct pluralization of 'object'
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> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Ben Milman committed
Aug 19, 2019 at 14:36 UTC
1c24a54ea46e8560ed9377cb59d87f49f95c1b42
1 file changed
+1
-1
Documentation/gitrepository-layout.txt
+1
-1
@@ -59,7 +59,7 @@ objects/[0-9a-f][0-9a-f]::
59
here are often called 'unpacked' (or 'loose') objects.
60
61
objects/pack::
62
- Packs (files that store many object in compressed form,
62
+ Packs (files that store many objects in compressed form,
63
along with index files to allow them to be randomly
64
accessed) are found in this directory.
65