Skip to content

Commit 0441601

Browse files
MarkLodatogitster
authored andcommitted
grep docs: pluralize "Example" section
Signed-off-by: Mark Lodato <lodatom@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 8bb45b2 commit 0441601

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Documentation/git-grep.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,8 +174,8 @@ OPTIONS
174174
If given, limit the search to paths matching at least one pattern.
175175
Both leading paths match and glob(7) patterns are supported.
176176

177-
Example
178-
-------
177+
Examples
178+
--------
179179

180180
git grep 'time_t' -- '*.[ch]'::
181181
Looks for `time_t` in all tracked .c and .h files in the working

0 commit comments

Comments
 (0)