Skip to content

Commit 3ec35d9

Browse files
committed
attr: fix typo
1 parent 78ea5ad commit 3ec35d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/git2/attr.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ GIT_EXTERN(int) git_attr_get_many(
196196
* @see git_attr_foreach.
197197
*
198198
* @param name The attribute name.
199-
* @param value The attribute value. May be NULL is the attribute is explicitly
199+
* @param value The attribute value. May be NULL if the attribute is explicitly
200200
* set to UNSPECIFIED using the '!' sign.
201201
* @param payload A user-specified pointer.
202202
* @return 0 to continue looping, non-zero to stop. This value will be returned

0 commit comments

Comments
 (0)