summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpunkymaniac <punkymaniac@protonmail.ch>2022-01-09 10:41:24 +0100
committerpunkymaniac <punkymaniac@protonmail.ch>2022-01-09 10:41:24 +0100
commit5c8f7a99217cc74d0643f82774acff0aa5bbb610 (patch)
tree85666655e51d84718e9ecd86b70d9f5b35de3a1d
parentc6ede676131851718fa96580247334e9db4bdb4b (diff)
downloadlibgit2-5c8f7a99217cc74d0643f82774acff0aa5bbb610.tar.gz
Rephrase param description
-rw-r--r--include/git2/ignore.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/git2/ignore.h b/include/git2/ignore.h
index f5143f3ad..4c441c633 100644
--- a/include/git2/ignore.h
+++ b/include/git2/ignore.h
@@ -29,7 +29,7 @@ GIT_BEGIN_DECL
* This would add three rules to the ignores.
*
* @param repo The repository to add ignore rules to.
- * @param rules Text of rules, a la the contents of a .gitignore file.
+ * @param rules Text of rules, the contents to add on a .gitignore file.
* It is okay to have multiple rules in the text; if so,
* each rule should be terminated with a newline.
* @return 0 on success