diff options
author | Ville Skyttä <ville.skytta@iki.fi> | 2018-06-22 09:50:37 +0300 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2018-06-22 14:26:23 -0700 |
commit | 928f0ab4bae61954c27a77794d80c2332c8e816c (patch) | |
tree | 786977d843634899a64cecd6f51fcf669062035f /Documentation/technical/api-gitattributes.txt | |
parent | Git 2.18 (diff) | |
download | tgif-928f0ab4bae61954c27a77794d80c2332c8e816c.tar.xz |
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/technical/api-gitattributes.txt')
-rw-r--r-- | Documentation/technical/api-gitattributes.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/technical/api-gitattributes.txt b/Documentation/technical/api-gitattributes.txt index e7cbb7c13a..45f0df600f 100644 --- a/Documentation/technical/api-gitattributes.txt +++ b/Documentation/technical/api-gitattributes.txt @@ -146,7 +146,7 @@ To get the values of all attributes associated with a file: * Iterate over the `attr_check.items[]` array to examine the attribute names and values. The name of the attribute - described by a `attr_check.items[]` object can be retrieved via + described by an `attr_check.items[]` object can be retrieved via `git_attr_name(check->items[i].attr)`. (Please note that no items will be returned for unset attributes, so `ATTR_UNSET()` will return false for all returned `attr_check.items[]` objects.) |