Skip to content

Commit 0b7a823

Browse files
committed
CodingGuidelines: fix subject-verb agreement
Signed-off-by: Elijah Newren <newren@gmail.com>
1 parent d0cfc29 commit 0b7a823

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Documentation/CodingGuidelines

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -688,7 +688,7 @@ For C programs:
688688
walk_dog(dog[1]);
689689

690690
Cases where the array is employed as a whole rather than as its unit parts,
691-
the plural forms is preferable. E.g:
691+
the plural form is preferable. E.g:
692692

693693
char *dogs[] = ...;
694694
walk_all_dogs(dogs);

0 commit comments

Comments
 (0)