mirror of
https://github.com/git-for-windows/git.git
synced 2026-05-08 23:07:47 -05:00
CodingGuidelines: fix subject-verb agreement
Signed-off-by: Elijah Newren <newren@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
committed by
Junio C Hamano
parent
96a659da8a
commit
39901e77d4
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user