Skip to content

Commit 5c8f7a9

Browse files
committed
Rephrase param description
1 parent c6ede67 commit 5c8f7a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/git2/ignore.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ GIT_BEGIN_DECL
2929
* This would add three rules to the ignores.
3030
*
3131
* @param repo The repository to add ignore rules to.
32-
* @param rules Text of rules, a la the contents of a .gitignore file.
32+
* @param rules Text of rules, the contents to add on a .gitignore file.
3333
* It is okay to have multiple rules in the text; if so,
3434
* each rule should be terminated with a newline.
3535
* @return 0 on success

0 commit comments

Comments
 (0)