diff options
| author | Junio C Hamano <gitster@pobox.com> | 2026-04-16 21:28:09 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2026-04-16 21:28:09 -0700 |
| commit | c7ae2d5bb8f97b06f1b31df2f2456646924c8be7 (patch) | |
| tree | 19b28978fb0f5585282e5ab7eaf675ae31e3d63e /Documentation/CodingGuidelines | |
| parent | 1630c3464a2b55d4239f276c7ede0848db06b632 (diff) | |
| parent | e8955061076952cc5eab0300424fc48b601fe12d (diff) | |
| download | git-next.tar.gz git-next.zip | |
Sync with 'master'next
Diffstat (limited to 'Documentation/CodingGuidelines')
| -rw-r--r-- | Documentation/CodingGuidelines | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/CodingGuidelines b/Documentation/CodingGuidelines index 4992e52093..2aafcec40d 100644 --- a/Documentation/CodingGuidelines +++ b/Documentation/CodingGuidelines @@ -688,7 +688,7 @@ For C programs: walk_dog(dog[1]); Cases where the array is employed as a whole rather than as its unit parts, - the plural forms is preferable. E.g: + the plural form is preferable. E.g: char *dogs[] = ...; walk_all_dogs(dogs); |
