Commit 5c8f7a99217cc74d0643f82774acff0aa5bbb610

punkymaniac 2022-01-09T10:41:24

Rephrase param description

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/include/git2/ignore.h b/include/git2/ignore.h
index f5143f3..4c441c6 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