Fix example in comment

This commit is contained in:
Ignacio Casal Quinteiro 2012-10-24 11:27:03 +02:00 committed by Carlos Martín Nieto
parent 308581de9e
commit 4bc252e4ec

View File

@ -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.
*