diff options
author | Ville Skyttä <ville.skytta@iki.fi> | 2018-06-22 08:50:37 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2018-06-22 23:26:23 +0200 |
commit | 928f0ab4bae61954c27a77794d80c2332c8e816c (patch) | |
tree | 786977d843634899a64cecd6f51fcf669062035f /Documentation/glossary-content.txt | |
parent | Git 2.18 (diff) | |
download | git-928f0ab4bae61954c27a77794d80c2332c8e816c.tar.xz git-928f0ab4bae61954c27a77794d80c2332c8e816c.zip |
Documentation: spelling and grammar fixes
Signed-off-by: Ville Skyttä <ville.skytta@iki.fi>
Reviewed-by: Eric Sunshine <sunshine@sunshineco.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/glossary-content.txt')
-rw-r--r-- | Documentation/glossary-content.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/glossary-content.txt b/Documentation/glossary-content.txt index 6c2d23dc48..0d2aa48c63 100644 --- a/Documentation/glossary-content.txt +++ b/Documentation/glossary-content.txt @@ -334,7 +334,7 @@ The optional colon that terminates the "magic signature" can be omitted if the pattern begins with a character that does not belong to "magic signature" symbol set and is not a colon. + -In the long form, the leading colon `:` is followed by a open +In the long form, the leading colon `:` is followed by an open parenthesis `(`, a comma-separated list of zero or more "magic words", and a close parentheses `)`, and the remainder is the pattern to match against the path. |