Commit 4bc252e4 by Ignacio Casal Quinteiro Committed by Carlos Martín Nieto

Fix example in comment

parent 308581de
......@@ -24,7 +24,7 @@ GIT_BEGIN_DECL
*
* Example usage:
*
* error = git_ignore_add(myrepo, "*.c\ndir/\nFile with space\n");
* error = git_ignore_add_rule(myrepo, "*.c\ndir/\nFile with space\n");
*
* This would add three rules to the ignores.
*
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment