git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* [PATCH] repository-layout.txt: correct pluralization of 'object'
@ 2019-08-19 21:36 Ben Milman
  2019-08-19 22:58 ` Junio C Hamano
  0 siblings, 1 reply; 2+ messages in thread
From: Ben Milman @ 2019-08-19 21:36 UTC (permalink / raw)
  To: git; +Cc: Ben Milman

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(-)

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.
 
-- 
2.23.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] repository-layout.txt: correct pluralization of 'object'
  2019-08-19 21:36 [PATCH] repository-layout.txt: correct pluralization of 'object' Ben Milman
@ 2019-08-19 22:58 ` Junio C Hamano
  0 siblings, 0 replies; 2+ messages in thread
From: Junio C Hamano @ 2019-08-19 22:58 UTC (permalink / raw)
  To: Ben Milman; +Cc: git

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.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-08-19 22:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-19 21:36 [PATCH] repository-layout.txt: correct pluralization of 'object' Ben Milman
2019-08-19 22:58 ` Junio C Hamano

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).