]> git.ipfire.org Git - thirdparty/git.git/commitdiff
CodingGuidelines: fix subject-verb agreement
authorElijah Newren <newren@gmail.com>
Thu, 16 Apr 2026 23:36:27 +0000 (23:36 +0000)
committerJunio C Hamano <gitster@pobox.com>
Fri, 17 Apr 2026 04:22:00 +0000 (21:22 -0700)
Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/CodingGuidelines

index 4992e52093efdc80daa79efc714561d1d73961dd..2aafcec40dc0c2dfd3fe9dcf7f73e62d56333abf 100644 (file)
@@ -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);